* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
li, ol, ul {
    margin: 0;
    list-style-type: none;
}

.account-l{
	
	width: 300px;
    background: rgba(240, 240, 240, 0.3);
    padding: 4rem 2.2rem 4rem 3.5rem;
}

.accordion .link {
    padding: 1rem 0;
    font-size: 16px;
	cursor: pointer;
    border-bottom: 1px solid rgba(77, 77, 77, 0.1);
}


.report .account-l .line {
    width: 100%;
    height: 3px;
    background: linear-gradient(270deg, #5e51a3 0%, #9c8dce 100%);
    margin-bottom: .3rem;
}



.accordion li:last-child .link {
    border-bottom: 0;
}
.accordion li{
    cursor: pointer;
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.accordion li.open .link {
    color: #5e51a3;
}

.accordion li.open .link span{
    width: calc(100% - 40px);
}



.accordion li.open i {
    color: #5e51a3;
}

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/
.submenu {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
	padding: .5rem 0;
    border-bottom: 1px solid rgba(77, 77, 77, 0.1);
    display: none;
}

.submenu li {
   padding-top: 0;
   padding-bottom: 0;
   padding-left: 10px;
   /* border-bottom: 1px solid #d6d7dc;*/
}

.submenu a {
    padding: .4rem 0;
    display: block;
    color: #999;
    line-height: 1.4;
    transition: all .6s;
	font-size: 14px;
}

.submenu a:hover ,.submenu li.current a{
    color: #5e51a3;
}


.icon {
    width: 22px;
    height: 22px;
    fill: #d1d2d4;
}
svg:not(:root) {
    overflow: hidden;
}
.f-no-c-center {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.f-no-b-center {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}


.open .icon .path2 {
    transform: rotate(-90deg) translate(0, 10px);
    opacity: 0;
}



.icon .path2 {
    position: absolute;
    transform-origin: center center;
    transform: rotate(-90deg) translate(0, 0);
    transition: all .6s;
}



.rightbox .lmy_tylb .lmy_tylb1 .default_pgContainer .download-xt .download:hover a{
    color: #5e51a3;
	font-weight: bold;
}
.report{
	
	display: flex;
    flex-flow: row wrap;
}

.lmy_right_b {
    float: left;
    width: 100%;
}

.rightbox{
	
	width: calc(100% - 300px);
    padding: 5rem 4.5rem 7rem;
    min-height: 16rem;
}


.rightbox .lmy_tylb .lmy_tylb1 .default_pgContainer .download-xt .download{
	loat: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: url(../picture/download-icon1.png) no-repeat 0 16px;
    padding-left: 15px;
}

.lmy_tylb1 .download-xt .download span {
    float: right;
}


.main .solution-menu {display: none;}


.rightbox .lmy_tylb .lmy_tylb1 .default_pgContainer .download-xt{
    border-bottom: 1px dashed #DADADA;
	margin: 10px 0;
	width: 100%;
}




@media screen and (min-width: 0px) and (max-width: 1200px) {
    .report .account-l {width: 20.8333%;margin-right: 2.5%;}
	.report .rightbox {width: 75%;}
	.rightbox .lmy_tylb .lmy_tylb1 .default_pgContainer .download-xt .download a{
		display: inline-block;
        width: 75%;
        color: #333;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;}
}

@media screen and (max-width: 1024px) {
	.main .solution-menu {display:block;}
	.report .account-l {display: none;}
    .report .rightbox {width: 100%;}
	.report .rightbox {padding: 2% 4% 5%;}
	.rightbox .lmy_tylb .lmy_tylb1 .default_pgContainer .download-xt .download {
	height: 48px;
	line-height: 48px;
	background: url(../picture/download-icon1.png) no-repeat 0 20px;}
	.lmy_tylb1 li span {
		height: 48px;line-height: 48px;
	}
	.rightbox .lmy_tylb .lmy_tylb1 .default_pgContainer .download-xt .download a{
		display: inline-block;
        width: 70%;
        color: #333;
        height: 48px;
        line-height: 48px;
        font-size: 24px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
	}
	
.lmy_tylb1 li span {
   height: 48px;
   line-height: 48px;
   font-size: 24px;

}
}


@media screen and (max-width: 768px) {
.report .rightbox {
    padding-bottom: 2.25rem;
}
}

@media screen and (max-width: 480px) {
.rightbox .lmy_tylb .lmy_tylb1 .default_pgContainer .download-xt .download a {
	    width: 50%;
		line-height: 34px;
        height: 34px;
		font-size:15px;
	}

.lmy_tylb1 li span{
	line-height: 34px;
    height: 34px;
    font-size:15px;
}
.rightbox .lmy_tylb .lmy_tylb1 .default_pgContainer  .download-xt .download{
	height: 40px;
    line-height: 40px;
	background: url(../picture/download-icon1.png) no-repeat 0 12px;}
	
}
		
}

@media screen and (max-width: 320px) {
.rightbox .lmy_tylb .lmy_tylb1 .default_pgContainer .download-xt .download a {
	    width: 40%;
		line-height: 34px;
        height: 34px;
		font-size:15px;
	}
}