:root{
	--base-color: #1673e6;
	--text-gray-color: #aeaeae;
	--text-before-hover-color: #9fa3a6;
	--text-hover-color: #f2f2f2;
	--text-blur-color: #333;
	--text-click-color: #333;
	--white-color : #fff; 
	--black-color: #1b1b1b;
	--height-light-color: #ffd;
	--small-font-size: 12px;
	--middle-font-size: 14px;
	--large-font-size: 18px;
	--dark-color: #333;
	--dark-voice-shell:#eaf8ff;
	--text-dark-voice-shell:#959595;
	--red-color: #ff4242;
}
/*
	loading-page
	页面加载部分
*/
#loading-page{
	width: 100%;
	height: 100%;
	background-color: var(--white-color);
	margin: 0 auto;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 9998;
    /*display: none*/
}
#loading-page > img {
	width: 700px;
	position: relative;
	left: 50%;
	top: 50%;
	margin-left: -350px;
	margin-top: -70px;
}

/*nav 导航部分*/

.navbar_section{
	height:65px;
}

#navbar{
	position: relative;
}

.navbar-brand{
	position: relative;
	top: 5px;
	cursor: pointer;
	z-index: 999;
	background-color: rgba(225,225,225,0) !important;

	transition: all 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
	-moz-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
	-ms-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
	-o-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.navbar-brand > img{
	width: 210px;
}

.navbar-brand:hover{
	border-radius: 5%;
	background-color: rgba(225,225,225,0.15);
}
.navbar {
	width: 100%;
	height: 66px;
	color: var(--white-color);
	/*background-color: var(--base-color);*/
	transition: all 0.7s cubic-bezier(0.25, 0.8, 0.5, 1);
	-webkit-transition: all 0.7s cubic-bezier(0.25, 0.8, 0.5, 1);
	-moz-transition: all 0.7s cubic-bezier(0.25, 0.8, 0.5, 1);
	-ms-transition: all 0.7s cubic-bezier(0.25, 0.8, 0.5, 1);
	-o-transition: all 0.7s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.navbar-content{
	position: relative;
	top: 8px;
	left: 6%;
}

.nav-link-container > em {
	color: var(--white-color);
	background-color: rgba(225,225,225,0);
	background: unset;
	padding: 15px 20px;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	opacity: 0.9;

	transition: all 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
	-moz-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
	-o-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
	-ms-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.nav-link-container > em
.nav-link-container {
	padding-right: 0 !important;
	padding-left: 0 !important;
	background-color: rgba(225,225,225,0);

	transition: all 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
	-moz-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
	-o-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
	-ms-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.nav-link-container:hover{
	color: #fefefe !important;
	border-radius: 5% !important;
	background-color: rgba(225,225,225,0) !important;
	opacity: 1;
}
.nav-link-container:link  {
	color: #fefefe !important;
	border-radius: 5% !important;
	background-color: rgba(225,225,225,0) !important;
	opacity: 1;
}
.nav-link-container:active   {
	color: #fefefe !important;
	border-radius: 5% !important;
	background-color: rgba(225,225,225,0) !important;
	opacity: 1;
}
.nav-link-container:visited   {
	color: #fefefe !important;
	border-radius: 5% !important;
	background-color: rgba(225,225,225,0) !important;
	opacity: 1;
}

.nav-box-container {
	padding: 14px 10px;
	cursor: pointer;
	background-color: rgba(225,225,225,0);

	transition: all 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
	-moz-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
	-ms-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
	-o-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);

}
.nav-box-container:hover{
	background-color: rgba(225,225,225,0.3);
	border-radius: 5%;

};

.nav-symbol{
	color: var(--white-color);
}

.nav-symbol:hover{
	background-color: rgba(0,0,0,0) !important;
	color: var(--white-color);
}

.lang .lang-icon{
	width:56px;
}

.lang_icon{
	width: 36px;
	height: 36px;
}

.lang_list{
	background-color: var(--white-color);
	position: absolute;
	width: 135px;
	border: 1px #eee solid;
	display: none;
}

.lang_list .lang_child a{
	color: var(--black-color);
	display: block;
	padding: 10px 15px;
    position: relative;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    -moz-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    -ms-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    -o-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.lang_list .lang_child a:hover{
	background-color: #eee;
}

.lang_list .lang_child a>img{
	text-align: left;
	display: inline-block;
	height: 26px;
	width: 26px;
}

.lang_list .lang_child a>span{
	font-size: 16px;
	text-align: left;
	display: inline-block;
	position: relative;
	top: -5px;
	margin-left: 8px;
}

.collect_icon{
	font-size: 36px;
	color: var(--white-color);
}

.collect_list{
	display: none;
	position: absolute;
	margin-top: 2px;
	width: 212px;
	background-color: var(--white-color);
	border: 1px solid #efefef;;
	border-top: 0px;
	color: var(--black-color);
	padding: 10px;
	padding-bottom: 0;
	font-size: 14px;
}

.collect_list p.single-list{
	line-height: 25px;
}

.collect_list p.single-list:hover{
	background-color: #efefef;
}

.collect_list p.single-list .number{
	margin-left: 5px;
}

.collect_list p.single-list .voice-icon i{
	margin-right: 15px;
	margin-top: 3px;
	color: var(--text-dark-voice-shell);
	cursor: pointer;
	border: 1px var(--text-dark-voice-shell) solid;
	border-radius: 50%;
	padding: 3px;
	position: absolute;
	right: 30px;
	font-size: 10px;
}
.collect_list p.single-list .voice-icon i:before{
	margin-left: 2px;
}

.collect_list p.single-list .list-close img{
	float: right;
	margin-right: 5px;
	margin-top: 7px;
	width: 12px;
	width: 12px;
	color: var(--text-dark-voice-shell);
	cursor: pointer;
}

.collect_icon .price-number{
    position: absolute;
    top: 21px;
    left: 24px;
    font-size: 17px;
    z-index: 5;
    /*color: var(--white-color);*/
    color: var(--black-color);
    font-weight: 500;
}

.bottom-icon{
	margin-top: 10px;
}

.bottom-icon a{
	display: block;
    background: url(/static/img/icon/sends.png) no-repeat center right;
    color: #000 !important;
    margin: 0 15px;
    padding: 0;
    line-height: 30px;
    height: 30px;
    text-align: left;
    margin-bottom: 13px;
    z-index: 999;
}

.price-div-word{
	color: var(--white-color);
	font-size: 16px;
	position: relative;
	top: -5px;
	cursor: pointer;
}

.nav-right-botton{
	position: absolute;
	right: 15px;
}

.collect{
	margin-right: 30px;
}


/* 
	banner
	背景视频部分
*/

.backing-banner {
	width:100%;
	height:auto;
	cursor: pointer;
}

.middle-bar-box {
	color: #999;
	text-align:center;
}

.middle-bar-1,
.middle-bar-2,
.middle-bar-3 {
	background-color: #f8f8f8;
	/*cursor: pointer;*/
	padding: 15px 0;

	transition: all 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
	-moz-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
	-o-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
	-ms-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.middle-bar-1:hover,
.middle-bar-2:hover, 
.middle-bar-3:hover {
	color: #888;
}

.middle-bar-1-content span:first-child,
.middle-bar-2-content span:first-child,
.middle-bar-3-content span:first-child {
	font-size: 54px;
	font-weight: 600;
	display: inline-block;
}

.middle-bar-1-content span:nth-child(2),
.middle-bar-2-content span:nth-child(2),
.middle-bar-3-content span:nth-child(2) {
	font-size: 22px;
	position: relative;
	display: inline-block;
	top: -2px;
	left: 10px;
}

.middle-bar-1-content{
	position: relative;
	left: -30%;
}

.middle-bar-3-content{
	position: relative;
	left: 30%
}

.middle-bar-2-content span{
	text-align:left;
}

/*  
	voice-filter 
	声音筛选部分
*/

.dialog-header{
	text-align:right;
}

.dialog-content{
	padding: 0 0 20px 0;
	text-align: center;
}

.dialog-content .contacts_us_items{
	font-size: var(--middle-font-size);
	line-height: 26px;
}
.dialog-content > p{
	font-size: var(--middle-font-size);
	line-height: 26px;
}


.dialog-content .copy-btn{
	margin: auto;
	cursor: pointer;
	margin-bottom: 20px;
	position: relative;
	width: 100px;
	top: 20px;
	padding: 8px 20px;
    outline: none;
    font-weight: 500;
    border: none;
    color: #fff;
    border-radius: 3px;
    background: var(--base-color);
}

.dialog-icon{
	padding: 10px 15px;
	margin: 5px 5%;
	border-top: 1px #aaa solid;
}

.dialog-icon a{
	height:50px;
	margin-top: 20px;
}

.dialog-icon .qqc-icon{
	background: url(/static/img/icon/qqc.png) no-repeat center;
}

.dialog-icon .tbc-icon{
	background: url(/static/img/icon/tbc.png) no-repeat center;
}

.contacts_us{
	background-color: var(--base-color);
	padding: 10px 20px;
    font-size: var(--large-font-size);
    border-radius: 5px;
    margin: 30px 0;


    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
    -webkit-transition:all 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
    -moz-transition:all 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
    -o-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
    -ms-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
}

#contacts_us {
	background-color: var(--white-color);
	width: 500px;
	position: fixed;
	top: 30%;
	display: block;
	z-index: 9;
	margin-left: 50%;
	left: -250px;
	padding-bottom: 20px;
}
#contact_us {
	background-color: var(--white-color);
	width: 500px;
	position: fixed;
	top: 30%;
	display: block;
	z-index: 9;
	margin-left: 50%;
	left: -250px;
	padding-bottom: 20px;
}

#contact_us .dialog-content,
#contacts_us .dialog-content{
	margin-top: 30px;
}

.contacts-fade{
	display: none;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	background: rgba(51,51,51,0.85);
	position: fixed;
	top: 0;
	z-index: 9998;
}

.contact-fade{
	display: none;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	background: rgba(51,51,51,0.85);
	position: fixed;
	top: 0;
	z-index: 9998;
}

.online_talk:hover, .load-more-container>span:hover{
	color: var(--height-light-color);
	-moz-box-shadow:2px 2px 5px #ddd; 
	-webkit-box-shadow:2px 2px 5px #ddd; 
	box-shadow:2px 2px 5px #ddd;
}

.filter-container .floatLeft {
    float: left;
}

.filter-container .clearfix {
    zoom: 1;
}

.filter-container .relative {
    position: relative;
}

.filter-container .border {
    border: 1px #ddd solid;
}

.filter-container{
    color: var(--text-gray-color);
    font-size: var(--middle-font-size);
}

.filter-container .search-by dl {
    padding: 10px 0;
    line-height: 32px;
    border-bottom: 1px dotted #CCC;
    overflow: hidden;
}

.shaixuan-tj{
	max-width: 90%
}

.shaixuan-tj span{
    margin: 10px 20px 10px 0;
    float: left;
    line-height: 28px;
    height: 28px;
    font-size:var(--large-font-size);
    margin-left: 10px;
}

.shaixuan-tj span.crumb-select-item{
    position: relative;
    float: left;
    line-height: 26px;
    border: 1px solid #DDD;
    border-radius: 5px;
    font-size: 12px;
    vertical-align: top;
    padding: 0 32px 0 8px;
    cursor: pointer;
    margin:10px 5px;
}

.shaixuan-tj span.crumb-select-item i {
    float: none;
    margin: 0;
    display: block;
    position: absolute;
    width: 25px;
    text-align: center;
    height: 26px;
    line-height: 26px;
    right: 0;
    top: 0;
}

.shaixuan-tj span.crumb-select-item b{
	font-weight: 900;
	position: relative;
	top: 0;
}

.shaixuan-tj span.crumb-select-item em{
	position: relative;
	top: 0;
}

.shaixuan-tj .crumb-select-item:hover + .shaixuan-tj .crumb-select-item i {
	background-color: var(--base-color);
}

.search-by dl dd.show-more {
    width: 50px;
    padding: 0;
    text-align: right;
    cursor: pointer;
    margin-top: 4px;
    float: right;
    margin-right: 20px;
}

.search-by dl dd {
    max-width: 85%;
    font-size: var(--middle-font-size);
    height: 32px;
    overflow: hidden;

    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
    -webkit-transition:all 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
    -moz-transition:all 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
    -o-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
    -ms-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.search-by dl dd a {
	color: #000;
	font-size: 14px;
	font-weight: lighter;
    line-height: 24px;
    padding: 0px 10px;
    margin: 0 5px;
    display: inline-block;
    cursor: pointer;

	transition: all 0.1s cubic-bezier(0.25, 0.8, 0.5, 1);
	-webkit-transition: all 0.1s cubic-bezier(0.25, 0.8, 0.5, 1);
	-moz-transition: all 0.1s cubic-bezier(0.25, 0.8, 0.5, 1);
	-ms-transition: all 0.1s cubic-bezier(0.25, 0.8, 0.5, 1);
	-o-transition: all 0.1s cubic-bezier(0.25, 0.8, 0.5, 1);
}


.onclick-type {
	color: var(--base-color) !important;
	border: 1px var(--base-color) solid;
	border-radius: 5px;
	font-weight: 600 !important;
}

.sample_type {
	padding: 5px 0;
}


.search-by dl dd a:not(.onclick-type):hover{
	transform: scale(1.1);
	color: #666 !important;
	font-weight: bold !important;
}

.search-by dl dt span {
    font-weight: inherit;
    color: #666;
    line-height: 30px;
    font-weight: 600;
    font-size: 15px;
}

.search-by dl dt {
    width: 82px;
    text-align: center;
    margin-top: 1px;
    font-size: 14px;
}

.search-by dl dd.show-more h3 {
	font-weight: 500;
    background: none;
    border: none;
    font-size: var(--middle-font-size);
    height: 30px;
    line-height: 30px;

    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
    -webkit-transition:all 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
    -moz-transition:all 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
    -o-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
    -ms-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.search-by dl dd.show-more h3:hover {
	color: #000;
}

.shaixuan-btn,.chongzhi-btn {
    float: right;
    width: 105px;
    margin-left: 5px;

}

.shaixuan-btn span,.chongzhi-btn span {
    border-radius: 5px;
    display: block;
    float: right;
    border: 1px solid var(--base-color);
    height: 34px;
    width: 103px;
    line-height: 34px;
    margin: 6px 0;
    font-size: var(--middle-font-size);
    color: var(--base-color);
    text-align: center;
    cursor: pointer;

    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
    -webkit-transition:all 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
    -moz-transition:all 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
    -o-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
    -ms-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.shaixuan-btn span:hover, 
.shaixuan-btn span:focus,
.chongzhi-btn span:hover, 
.chongzhi-btn span:focus {
	-moz-box-shadow:2px 2px 5px #ddd; 
	-webkit-box-shadow:2px 2px 5px #ddd; 
	box-shadow:2px 2px 5px #ddd;
	/*outline: 0;*/
	/*transform: translateY(-2px);*/
	/*transition: all 100ms ease-in;*/
	/*box-shadow: 0 5px 10px rgba(125,125,125,0.4);*/
}

.search-container > div{
	background-color: #e4e5e9;
	height: 50px;
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.search-icon {
	display: inline-block;
	font-size: 25px;
	position:relative;
	top: 3px ;
	left:10px;

	transition: all .3s cubic-bezier(0.25, 0.8, 0.5, 1);
	-webkit-transition: all .3s cubic-bezier(0.25, 0.8, 0.5, 1);
	-moz-transition: all .3s cubic-bezier(0.25, 0.8, 0.5, 1);
	-ms-transition: all .3s cubic-bezier(0.25, 0.8, 0.5, 1);
	-o-transition: all .3s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.search-icon-after{
	color: #000;
	padding-top: 0; 
	font-size: 14px;
	cursor: pointer; 
	position: relative;
	top: 15px
}

#searchBox{
	font-size: 14px ;
	background-color:#e4e5e9;
	border: 0px;
	display: inline-block; 
	position: relative;
	left: 20px; 
	width: 85%;
	height: 50px
}

.open-box {

}

.open-box i {
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg); 	/* Opera */
}

.type-disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.4;
}


/* 
	video
	视频部分
*/
.video-container{
	display: none;
}

.video-fade{
	display: block;
	width: 100%;
	height: 100%;
	padding: auto;
	background: rgba(55, 58, 71, 0.9);
	position: fixed;
	top: 0;
	z-index: 9998;
}

.video-fade > div {


}

.video-container div > img{
	cursor: pointer;
	width: 15px;
	z-index: 9999;
	float: right;
	margin-top: -35px

}


.video-fade > div > i {
	color: var(--white-color);
	font-size : 25px;
	float: right;
	margin-top: -35px;
	cursor: pointer;
	z-index: 9999;
}

.global-video {
	z-index: 9999;
	width: 640px;
}


/* 
	audio 
	音频部分
*/
.plyr__volume{
	margin-left: 20px !important;
}
.plyr__menu,#audio-collect-button，#audio-download-button{
	margin-left: 10px !important;
}
.open-shell .playing{
	box-shadow: 0 0px 5px var(--white-color);
}

.playing{
	box-shadow: 0 0px 5px var(--text-dark-voice-shell);
}


.hover-shadow-close{
	box-shadow: 0 0px 12px var(--text-dark-voice-shell);
}
.hover-shadow-open{
	box-shadow: 0 0px 12px var(--text-dark-voice-shell);
}

.audio-container{
	background-color: rgba(51,51,51,0.9);
	color: var(--white-color);
	padding: 50px 0 40px 0;
	position: fixed;
	z-index: 9;
	bottom: 0;
	width: 100%;
	display: none;
}
.voice-button{
	transition: all .3s cubic-bezier(0.25, 0.8, 0.5, 1);
	-webkit-transition: all .3s cubic-bezier(0.25, 0.8, 0.5, 1);
	-moz-transition: all .3s cubic-bezier(0.25, 0.8, 0.5, 1);
	-ms-transition: all .3s cubic-bezier(0.25, 0.8, 0.5, 1);
	-o-transition: all .3s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.voice-icon-container:hover ,.contact_us:hover, i.voice-button:hover{
	box-shadow: 0 0px 3px var(--text-dark-voice-shell);
}

.open-shell .voice-icon-container:hover{
	box-shadow: 0 0px 3px var(--white-color);
}

.voice-icon > i {
	margin-top: 7px;
}

.audio-container .brief {
	margin-left: 19px
}

.audio-container .brief .symbol {
	margin: 0 5px;
}

.audio-container .close-icon{
	cursor: pointer;
	color: #efefef;
	float: right;
	margin-top: -40px;
	font-size: 25px;

}

.audio-container .close-icon img {
	padding: 7px;	
	width: 26px;
	margin-right: 10px;
	transition: all .3s cubic-bezier(0.25, 0.8, 0.5, 1);
	-webkit-transition: all .3s cubic-bezier(0.25, 0.8, 0.5, 1);
	-moz-transition: all .3s cubic-bezier(0.25, 0.8, 0.5, 1);
	-ms-transition: all .3s cubic-bezier(0.25, 0.8, 0.5, 1);
	-o-transition: all .3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.audio-container .close-icon img:hover {
    background: var(--base-color);
	
	border-radius: 3px
}

#audio-download-button,
#audio-collect-button{
	background: 0 0;
    border: 0;
    border-radius: 3px;
    color: inherit;
    cursor: pointer;
    flex-shrink: 0;
    overflow: visible;
    padding: 8px;
    position: relative;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
#audio-download-button:hover,
#audio-collect-button:hover{
	background-color: var(--base-color)
}

/* 
	voice-container
	声音板块
*/

#voice-container{
	margin-bottom: 50px;
}
.open-shell .voice-info-first i {
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg); 	/* Opera */
}

.voice-shell-main{
	border-bottom: 1px solid #ccc;
    margin-left: 0;
    margin-right: 0;
    display: block;
    padding: 15px 25px 15px 25px;
    font-size: 1.2em;
    color: #000;
    font-weight: bolder;
    background-color: #eaf8ff;
    position: relative;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.open-shell{
	color: var(--white-color) !important;
}

.men-cover{
	background: url(/static/img/men_cover.jpg) no-repeat;
	background-size:100% 100%;-moz-background-size:100% 100%;
}

.women-cover{
	background: url(/static/img/women_cover.jpg) no-repeat;
	background-size:100% 100%;-moz-background-size:100% 100%;
}
.women-cover + ul.submenu>div>div.submenu-left-tab>.submenu-selected{
	border-color: #9f58d4;
    border-bottom: 1px solid #d2d2d2;
}


.open-shell p {
	color: var(--white-color) !important;
}

.voice-info-first{
	font-size: 16px;
	font-weight: 600;
	color: #000;
	line-height: 35px;
}

.voice-info-first i {
	font-size:  28px;
	font-weight: 600;
	position: relative;
	top: 3px;
	margin-right: 5px;
	display: inline-block;
}

.voice-info-first .sybmol {
	margin: 0 5px;
}

.voice-info-first .teacher-span{

}

.voice-info-second{
	/*font-size: var(--middle-font-size);*/
	font-size: 13px;
	color: #66666a;
	font-weight: 500;
	line-height: 20px;
}

.voice-info-second .sybmol{
	margin: 0 5px;
	display: inline-block;
}

.voice-shell-icon{
	text-align: right;
}

.voice-shell-icon .voice-icon{
	color: var(--text-dark-voice-shell);
}

.voice-icon-circle-dark{
    /*width: 40px;
    height: 40px;*/
    width: 38px;
    height: 38px;
    position: relative;
    border-radius: 50%;
    background:  var(--text-dark-voice-shell);
    border: none;
}

.voice-icon-circle-dark .left,
.voice-icon-circle-dark .right{
   /* width: 40px;
    height: 40px;*/
    width: 38px;
    height: 38px;
    position: absolute;
    top: 0;
    left: 0;
}

.voice-icon-circle-dark .left{
    clip: rect(0,19px,auto,0);
}

.voice-icon-circle-dark .right{
    clip: rect(0,auto,auto,19px);
}

.voice-icon-circle-dark .left_con{
    clip: rect(0,19px,auto,0);
}

.voice-icon-circle-dark .right_con{
    clip: rect(0,auto,auto,19px);
}

.voice-icon-circle-dark .left_con,
.voice-icon-circle-dark .right_con{
    display: block;
    /*width: 40px;
    height: 40px;*/
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: var(--dark-voice-shell);
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(180deg);
}

.voice-icon-circle-dark .voice-icon {
    /*width: 36px;
    height: 36px;*/
    width: 34px;
    height: 34px;
    border-radius: 50%;
    left: 2px;
    top: 2px;
    background: var(--dark-voice-shell);
    position: absolute;
    text-align: center;
    line-height: 34px;
}

.voice-icon-circle-light{
    /*width: 40px;
    height: 40px;*/
    width: 38px;
    height: 38px;
    position: relative;
    border-radius: 50%;
    background: var(--white-color);
    border: none;
}

.voice-icon-circle-light .left,
.voice-icon-circle-light .right{
    /*width: 40px;
    height: 40px;*/
    width: 38px;
    height: 38px;
    position: absolute;
    top: 0;
    left: 0;
}

.voice-icon-circle-light .left{
    clip: rect(0,19px,auto,0);
}

.voice-icon-circle-light .right{
    clip: rect(0,auto,auto,19px);
}

.voice-icon-circle-light .left_con{
    clip: rect(0,19px,auto,0);
}

.voice-icon-circle-light .right_con{
    clip: rect(0,auto,auto,19px);
}

.voice-icon-circle-light .left_con,
.voice-icon-circle-light .right_con{
    display: block;
    /*width: 40px;
    height: 40px;*/
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: var(--red-color);
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.voice-icon-circle-light .voice-icon {
    /*width: 36px;
    height: 36px;*/
    width: 34px;
    height: 34px;
    border-radius: 50%;
    left: 2px;
    top: 2px;
    background: var(--base-color);
    color: var(--white-color);
    position: absolute;
    text-align: center;
    line-height: 34px;
}

.voice-icon-container{
	display:  inline-block;
	text-align:right;
	margin: 12px 5px;
	cursor: pointer;

	transition: all .3s cubic-bezier(0.25, 0.8, 0.5, 1);
	-webkit-transition: all .3s cubic-bezier(0.25, 0.8, 0.5, 1);
	-moz-transition: all .3s cubic-bezier(0.25, 0.8, 0.5, 1);
	-ms-transition: all .3s cubic-bezier(0.25, 0.8, 0.5, 1);
	-o-transition: all .3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.music-icon{
	margin-left: 4px;
}

.video-icon{

}

.collect-icon{

}

.download-icon{

}

.contact_us{
	background-color:var(--white-color);
	color: #66666a;
	font-size: 16px;
	float: right;
	padding: 8px 15px;
	margin-top: 12px;
	margin-left: 20px;
	margin-right: 10px;

	transition: all .5s cubic-bezier(0.25, 0.8, 0.5, 1);
	-webkit-transition: all .5s cubic-bezier(0.25, 0.8, 0.5, 1);
	-moz-transition: all .5s cubic-bezier(0.25, 0.8, 0.5, 1);
	-ms-transition: all .5s cubic-bezier(0.25, 0.8, 0.5, 1);
	-o-transition: all .5s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.submenu{
	overflow: hidden;
	display: none;

	transition: all 0.1s cubic-bezier(0.25, 0.8, 0.5, 1);
	-webkit-transition: all 0.1s cubic-bezier(0.25, 0.8, 0.5, 1);
	-moz-transition: all 0.1s cubic-bezier(0.25, 0.8, 0.5, 1);
	-o-transition: all 0.1s cubic-bezier(0.25, 0.8, 0.5, 1);
	-ms-transition: all 0.1s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.submenu-left-tab  {
	margin: 0;
	padding: 0;	
}

.submenu-left-tab .submenu-title:hover{
	background-color:#efefef;
}

.submenu-selected{
	border-left: 5px var(--base-color) solid ;
	background-color: #efefef;	

	transition: all 0.2s cubic-bezier(0.25, 0.8, 0.5, 1);
	-webkit-transition: all 0.2s cubic-bezier(0.25, 0.8, 0.5, 1);
	-moz-transition: all 0.2s cubic-bezier(0.25, 0.8, 0.5, 1);
	-o-transition: all 0.2s cubic-bezier(0.25, 0.8, 0.5, 1);
	-ms-transition: all 0.2s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.submenu-left-tab .submenu-title{
	color: var(--black-color);
	padding: 17px;
	height: 50px;
	text-align: center;
	font-size: 16px;
    margin-right: 0;
    margin-left: 15px;
    border-bottom: 1px solid #d2d2d2;
    cursor: pointer;

    transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}

.submenu-container{
	height: 47px;
	border-bottom: 1px solid #d2d2d2;
	padding: 16px;
	padding-right: 0;

	transition: all 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
	-moz-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
	-o-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
	-ms-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.submenu-container:hover{
	/*background-color: #efefef;*/
}

.submenu-right-tab{
	display: none;
}

.submenu-right-tab .row .sybmol {
	margin: 0 5px;
}

.submenu-right-tab .row .right-info {
	margin-top: -4px;
	padding-right: 0;
	margin-right: 18px;
}

.submenu-right-tab .row .right-info > i:first-child{
	margin-left: 15px;

}

.submenu-right-tab .row .right-info > i:first-child::before{
    margin-left: 2px;
}

i.playing::before{
	margin-left: 1px !important;
	margin-right: 1px !important;
}

.submenu-right-tab .row .right-info > i.fa-video-camera::before{
    margin-right: 1px;
}

.submenu-right-tab .row .right-info > i {
	display: inline-block;
	color: var(--text-dark-voice-shell);
	border: 2px solid var(--text-dark-voice-shell);
	padding: 4px;
	border-radius: 50%;
	font-size: var(--small-font-size);
	cursor: pointer;
	margin: 0 4px; 
}

.submenu-right-tab .row .right-info > span{
	margin-left: 45px;
	margin-top: 2px;
    padding: 3px 12px;
    background-color: #fff;
    border-radius: 5px;
    color: var(--text-dark-voice-shell);
    border: 1px solid var(--text-dark-voice-shell);
    font-size: 12px;
}

.submenu-right-tab >.row {

}

.submenu-right-tab > .row > div {
	height: 50px;
}

.submenu-right-tab .row > div:nth-of-type(odd) span.contact-button{
	margin-left: 50px;
}

.submenu-right-tab .row > div:nth-of-type(odd) {
	margin-left: 5px;
}

.submenu-right-tab .row > div:nth-of-type(even) {
    margin-left: 10px;
    margin-right: -15px;
}

.load-more-container{
	text-align: center;
}

.load-more-container span {
	color: var(--white-color);
	background-color: var(--base-color);
	padding: 10px 20px;
    font-size: var(--large-font-size);
    border-radius: 5px;
    margin: 0 0 80px 0;

    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
    -webkit-transition:all 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
    -moz-transition:all 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
    -o-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
    -ms-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.load-more-container span:hover{
	color: var(--white-color);
}

.women-cover .submenu-selected{
	border-left: 5px #9e59d4 solid !important;
}

.voice-on-collect {
	background: var(--red-color);
}
i.voice-on-collect{
	color: var(--red-color) !important;
}

.voice-on-collect > div > i{
	color: var(--red-color);
}


/*footer 页尾部分*/

.footer-contianer{
	background-color: var(--black-color);
	color: var(--text-before-hover-color);
	text-align: center;
}

.footer {
	margin: 70px 0;
}

.footer div {
    line-height: 20px;	
}

.footer-left-box img {
	width: 180px;
	margin-top: 15px;
	cursor: pointer;
}

.footer-mid-box > span{
	margin-bottom: 10px;
	display: block;
}

.footer-mid-box > span > a {
	font-size: var(--middle-font-size);
	color: #ccc;

	transition: all 0.4s cubic-bezier(0.25, 0.8, 0.5, 1);
	-webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.5, 1);
	-moz-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.5, 1);
	-o-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.5, 1);

	margin-right: 20px;
}

.footer-mid-box > span > a:hover{
	color: var(--text-hover-color);
}

.footer-mid-box > div > p {
	font-size: var(--small-font-size);
	color: var(--text-before-hover-color);
	margin-bottom: 5px;
	/*cursor: pointer;*/

	transition: all 0.4s cubic-bezier(0.25, 0.8, 0.5, 1);
	-webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.5, 1);
	-moz-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.5, 1);
	-o-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.footer-mid-box > div > p:hover{
	/*color: var(--text-hover-color);*/
}

.footer-right-box {
	text-align: left;
	line-height: 20px;
	font-size: var(--small-font-size);
}

.footer-right-box p:first-child {
    /*cursor: pointer;*/
	font-size: 13px;
	color: var(--white-color);
	margin-bottom: 8px;
}

.footer-right-box .tel {
	color: var(--white-color);
	font-size: 22px;
	font-weight: 600;
    display: inline;
}

.footer-right-box .time{
    display: inline;
    color: var(--white-color);
}

.footer-right-box .email{
	color: var(--text-before-hover-color);
	/*cursor: pointer;*/

	transition: all 0.4s cubic-bezier(0.25, 0.8, 0.5, 1);
	-webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.5, 1);
	-moz-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.5, 1);
	-o-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.footer-right-box .address{
	color: var(--text-before-hover-color);
	/*cursor: pointer;*/

	transition: all 0.4s cubic-bezier(0.25, 0.8, 0.5, 1);
	-webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.5, 1);
	-moz-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.5, 1);
	-o-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.5, 1);
}

/*.footer-right-box .address:hover,.footer-right-box .email:hover{
	color: var(--text-hover-color);
}*/


/*
	loading-data
	数据加载动画
 */

#loading-data .loading-container{
	width:230px;
    height: 175px;
    border: #e1ecf3 solid 1px;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    right:0;
    bottom:0;
    border-radius:5px;
    margin:auto;
}

#loading-data .popups_title {
	font-size: 38px;
    font-weight: 500;
    text-align: center;
    line-height: 38px;
    margin-top:20px;
}

#loading-data .popups_content{
    color: var(--base-color);
    text-align: center;
    margin-top: 5px;
    font-size: 18px;
    font-weight: 0;
}