




#faqs-content .icon {
    width: 20px;
    height: 20px;
    display: block;
    border: none;
    float: left;
    background-size: 20px;
    background-repeat: no-repeat;
}

#faqs-content .icon-return {
    background-image: url('../images/down2.png');
}



#faqs-content .submenu {
    display: none;
/*    padding:0 0.4rem;*/
    position: relative;
}

#faqs-content .accordion {
    padding: 5px 0px;
}

#faqs-content .aui-menu-item {
    /* height: 40px; */
    line-height: 40px;
margin-left: 100px;
	
	
}

#faqs-content .accordion li i {
    position: absolute;
    color: #a7a7a7;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background-size: 16px;
}

#faqs-content .accordion .mt {
    margin-left: 100px;
    font-size: 20px;
    line-height: 20px;
    color: #f7941d;
    font-weight: bold;
    margin-bottom: 20px;
}



#faqs-content .link {
	cursor:pointer;
	_cursor:hand;
    color: #4b515f;
    font-size: 18px;
/*    margin-bottom: 16px;*/
    font-weight: bold;
}
#faqs-content .link:hover{color:#f7941d;}

#faqs-content .submenu a{
	display: inline;
	color:#f7941d;
}

#faqs-content .submenu p {
       margin-bottom: 20px;
    line-height: 25px;
	
	font-size: 16px;

    color: #646464;

    letter-spacing: 0.5px;
	
	
	
}


#faqs-content .submenu img{
width:500px;
	
	
}






#faqs-content .accordion li.open .link {
    color: #fb7414;
}

























#mobile-faqs .b-line {
    position: relative;
}

#mobile-faqs .b-line:after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #e3e3e3;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}



#mobile-faqs .icon {
    width: 20px;
    height: 20px;
    display: block;
    border: none;
    float: left;
    background-size: 20px;
    background-repeat: no-repeat;
}

#mobile-faqs .icon-return {
    background-image: url('../images/down2.png');
}



#mobile-faqs .submenu {
    display: none;
    padding:0 0.4rem;
    position: relative;
}

#mobile-faqs .accordion {
    padding: 5px 0px;
}

#mobile-faqs .aui-menu-item {
/*     height: 40px; */
/*    line-height: 35px;*/
    padding: 5px 0;
}

#mobile-faqs .accordion li i {
    position: absolute;
    color: #a7a7a7;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background-size: 16px;
}

#mobile-faqs .accordion .mt {
	height:1.3333rem;
    line-height: 1.3333rem;
    font-size: 0.4266rem;
    padding-left: 0.4rem;
	font-weight: bold;
	color: #f7941d;
}



#mobile-faqs .link {
/*	height: 40px;*/
	width:8.5rem;
	line-height: 30px;
    font-size: 0.4266rem;
    padding-left: 0.4rem;
/*	padding-right: 0.7rem;*/
	color: #4b515f;
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
}

#mobile-faqs .submenu a{
	display: inline;
	color:#f7941d;
}

#mobile-faqs .submenu p {
	color:#333;
    font-size: 0.4rem;
    line-height: 0.7rem;
    padding-bottom: 10px;
	
}

#mobile-faqs .submenu img {
	width:95%;
	
}




.aui-icon-q {
    background: url('../images/faqs-5.png') no-repeat;
    background-size: 16px;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 16px;
}

#mobile-faqs .accordion .icon-dow {
    position: absolute;
    background-size: 20px;
    right:0.33333rem;
    top: 16px;
/*    margin-left: 0.4rem;*/
    background-image: url('../images/down2.png');
/*
	    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
*/
}

#mobile-faqs .accordion li.open i.icon-dow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

#mobile-faqs .accordion li.open i.icon-dow {
    background-image: url('../images/down1.png');
}

#mobile-faqs .accordion li.open i.aui-icon-q {
    background: url('../images/faqs-2.png') no-repeat ;
    background-size: 16px;
}

#mobile-faqs .accordion li.open .link {
	font-weight: bold;
    color: #fb7414;
}


