*{
    box-sizing: border-box;
}
body,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,input,textarea,select{margin: 0;padding:0;}
body {
    font-family:"Microsoft YaHei" !important;
    font-size: 0.18rem;
    color: #000;
    /*width:100%;*/
    min-width:12rem;/*锟脚匡拷锟斤拷锟斤拷*/
    line-height:normal;
    /*background-color: #f5f5f5;*/
    background-image:url("../../images/background.png"); 
    background-repeat:no-repeat;
    background-position:center center;
    background-attachment:fixed;
	background-size:cover;
}
section{
	width:100%;
}
section{/*锟脚匡拷锟斤拷锟斤拷*/
	width:12rem;
	margin:0 auto;
	margin-top:-1rem;
}
textarea{
	resize: none;
	padding:0.05rem 0.1rem;
}
input::-webkit-input-placeholder{
	color: #ccc;
}
input:-moz-placeholder{
	color: #ccc;
}
input::-moz-placeholder{
	color: #ccc;
}
input:-ms-input-placeholder{
	color: #ccc;
}
textarea::-webkit-input-placeholder{
	color: #ccc;
}
textarea:-moz-placeholder{
	color: #ccc;
}
textarea::-moz-placeholder{
	color: #ccc;
}
textarea:-ms-input-placeholder{
	color: #ccc;
}
.longText{
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: top;
	max-width: 150rem;
}
.container{
	margin:0.20rem auto 0rem auto;
	width:12rem;
	min-height:7.5rem;
	background-color:#f8fafc;
	padding:0rem;
	padding-bottom:0.20rem;
}
a{
    text-decoration: none;
}
p,h1,h2,h3,h4,h5,h6{
	word-wrap: break-word;
}
.btn{
	line-height:normal;
}
.btn-common {
	color:#fff;
    background: linear-gradient(0deg,#1f6fd3,#209bdb);
    height: 0.40rem;
    padding: 0.06rem 0.12rem;
    font-size: 0.18rem;
    border: 0.01rem solid transparent;
    border-radius: 0.04rem;
}
.btn-common-primary {
	color:#fff;
    background: linear-gradient(0deg,#74aa01,#b4d44b);
    height: 0.40rem;
    padding: 0.06rem 0.12rem;
    font-size: 0.18rem;
    /*border: 0.01rem solid transparent;*/
    border-radius: 0.04rem;
}

.btn-common i{
	font-size:0.18rem;
	margin-right:0.1rem;
}
.btn-common:hover,
.btn-common:focus{
	background: linear-gradient(0deg,#238dd1,#1f7ad5);
}
.btn-common-primary:hover,
.btn-common-primary:focus{
	background: linear-gradient(0deg,#9ed52a,#88bf0e);
}
.btn-common i{
	font-size:0.2rem;
}
.form-control {
	font-size:0.12rem;
 	padding: 0.05rem;
}
.form-control:focus {
	outline:0;
    border-color: #999;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.pagination {
	float: right;
    margin-top: 0.3rem;
    margin-bottom: 0rem;
    font-size: 0.2rem;
    display: inline-block;
    padding-left: 0;
    border-radius: 0.04rem;
}
.pagination-split li {
    margin-left: 0.06rem;
    display: inline-block;
    float: left;
}
.pagination-split li a{
	color:#2a3f54;
	font-size:0.16rem;
	padding:0.05rem 0.12rem;
	border:0.01rem solid #bebebe;
	line-height:normal;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover{
	background:#718aa2;
	border-color:#718aa2;
}
li{list-style: none;}
img{border:0;vertical-align: middle;}
.fl{float: left;}
.fr{float: right;}
.clear:before{clear: both;display: table;content: "";}
.clear:after{clear: both;display: table;content: "";}

pre{
	margin: 0 0 0.1rem !important;
	background-color: transparent !important;
	border: transparent !important;
}

/**** MODAL ****/
.modal .modal-content{
	border-radius:0.1rem;
}
.modal .modal-header{
	color:white;
	height:0.6rem;
	padding: 0.15rem 0.14rem;
	background-color:#3e6385;
	font-size:0.2rem;
	text-align:center;
	border-bottom:none;
	border-top-left-radius:0.06rem;
	border-top-right-radius:0.06rem;
}
.modal .modal-header .modal-title{
	color: #fff;
	font-size: 0.2rem;
	font-family: "Microsoft YaHei" !important;
}
.modal .modal-header .closeModal{
	position: absolute;
	right: 0.1rem;
	top: 0.06rem;
	cursor: pointer;
}
.modal .modal-body{
	padding:0.3rem 0.6rem;
	background-color:#f8fafc;
}
.modal .modal-footer{
	height:0.6rem;
	padding:0.15rem;
	border-top:none;
	background-color:#e7ebed;
	text-align:center;
	border-bottom-left-radius:0.06rem;
	border-bottom-right-radius:0.06rem;
}
.modal .modal-footer .btn:focus{
	outline:0;
}
.modal .modal-footer .btn-submit{
	height:0.3rem;
	width:0.8rem;
	padding:0rem;
	font-size:0.14rem;
	color:#fff;
	background-color:#07c4ac;
	border-radius:0.04rem;
}
.modal .modal-footer .btn-submit:hover,
.modal .modal-footer .btn-submit:focus{
	color:#fff;
	background:#4cdac8;
}
.modal .modal-footer .btn-cancel{
	height:0.3rem;
	width:0.8rem;
	padding:0rem;
	margin-left:1rem;
	font-size:0.14rem;
	color:#474c50;
	background-color:#fff;
	border:0.01rem solid #b5b9bc;
	border-radius:0.04rem;
}
.modal .modal-footer .btn-cancel:hover,
.modal .modal-footer .btn-cancel:focus{
	color:#fff;
	background:#b6b6b6;
	border:0.01rem solid #c6c6c6;
}

a:visited{text-decoration:none;}
a:link{text-decoration:none;}
button{border:none;outline:none;appearance:none;}
.modal-btn input{width: 0.66rem;height: 0.27rem;background: #FFFFFF;outline:none;-webkit-border-radius: 0.03rem;-moz-border-radius: 0.03rem;border-radius: 0.03rem;}
.modal-btn input:first-child{border:0.01rem solid #ccc;background: #F8F8F8;margin-right: 0.48rem;}
.modal-btn input:last-child{background: #32B6FF;color: #FFFFFF;border:none;}
.modal-btn input:first-child:hover{background: #E3E3E3;}
.modal-btn input:last-child:hover{background: #1197E1;}
.mouseShou{cursor: pointer!important;  }
.mouseTxt{cursor: text!important;}
.mouseAuto{cursor: auto!important;}
/***** HEADER STYLES *****/
header{
	background: url("../../images/header_background.png");
    height: 0.8rem;    
	top:0;
    min-width:12.8rem;
    z-index: 1000;
    color:#fff;
    font-size:0.24rem;
	background-size:100% 100%;
}
.headerwrapper {
	width:12.8rem;
	height:0.8rem;
	margin:auto; 
}
.headerwrapper:after {
    clear: both;
    display: block;
    content: '';
}
.headerwrapper .header-left {
	float:left;
	min-width:1.44rem;
	height:0.8rem;
	padding:0.15rem 0.1rem 0.15rem 0.1rem;
}
.headerwrapper .header-left img{
	min-width:1.44rem;
	max-width:3.2rem;
	height:0.5rem;
}
.headerwrapper .header-middle {
	/*float:left;*/
	height:0.8rem;
	/*width:12.8rem;*/
	margin:auto;
	text-align:center;
}
.headerwrapper .header-middle .nav{
	/*float:left;*/
	width:100%;
	height:100%;
	text-align:center;
}
.headerwrapper .header-middle .nav > li{
	display:inline-block;
	font-size:0.16rem;
	list-style-type:none;
	padding:0.29rem 0.25rem 0.195rem 0rem;
}
.headerwrapper .header-middle .nav > li:last-child{
	padding:0.29rem 0rem 0.195rem 0rem;
}
.headerwrapper .header-middle .nav > li a{
	font-family:"MicrosoftYaHei" !important;
	color:#fff;
	padding:0rem 0rem 0.1rem 0rem;
	cursor:pointer;
	text-align:center;
}
.headerwrapper .header-middle .nav > li.active > a,
.headerwrapper .header-middle .nav > li.active > a:hover{
	font-weight:bold;
	background-color:transparent;
	border-bottom:0.02rem solid #fff;
}
.headerwrapper .header-middle .nav > li a:hover{
	font-weight:bold;
	background-color:transparent;
	border-bottom:0.02rem solid #fff;
}
.headerwrapper .header-middle .nav > li.openLive > a:focus{
	background-color:transparent;
}
.headerwrapper .header-middle .nav > li.open > a,
.headerwrapper .header-middle .nav > li.open > a:hover,
.headerwrapper .header-middle .nav > li.open > a:focus{
	font-weight:bold;
	background-color:transparent;
	border-bottom:0.02rem solid #fff;
}
.headerwrapper .header-middle .nav > li .dropdown-menu{
	min-width:1.75rem;
	left:-0.7rem;
	top:0.82rem;
	background-color:#f8fafc;
	border-radius:0.02rem;
	border:0.01rem solid #bebebe;
	padding:0rem;
	font-size:0.18rem;
}
.headerwrapper .header-middle .nav > li .dropdown-menu a{
	font-family:"MicrosoftYaHei" !important;
	width:1.73rem;
	font-size:0.18rem;
	color:#2a3f54;
	text-align:center;
	padding:0.04rem 0.24rem;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.headerwrapper .header-middle .nav > li .dropdown-menu a:hover{
	background-color:#dee3ea;
	font-weight:normal;
	border-bottom:none;
}

.headerwrapper .header-right{
	float:right;
	/*width:1.95rem;*/
	/*background-color:#3a6399;*/
	padding:0.14rem 0.1rem;
	margin-right:0rem;
}
.headerwrapper .header-right .profile-thumb{
	background-color:#eee;
	border-radius:50%;
}
.headerwrapper .header-right .profile-thumb img{
	width:0.51rem;
	height:0.51rem;
	border-radius:50%;
}
.headerwrapper .header-right .media-heading{
	float:left;
	max-width:1.1rem;
	color:#fff;
	font-size:0.18rem;
	padding:0.135rem 0.10rem;
	margin-bottom:0rem;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.headerwrapper .header-right .btn-group{
	float:left;
	margin-top:0.11rem;
	margin-bottom:0rem;
}
.headerwrapper .header-right .dropdown-toggle{
	color:#fff;
}
.headerwrapper .header-right .dropdown-toggle img{
	width:0.17rem;
	height:0.11rem;
}
.headerwrapper .header-right .btn-group .dropdown-menu{
	min-width:1.75rem;
	left:-1.5rem;
	top:0.55rem;
	background-color:#f8fafc;
	border-radius:0.02rem;
	border:0.01rem solid #bebebe;
	padding:0rem;
	font-size:0.18rem;
}
.headerwrapper .header-right .btn-group .dropdown-menu a{
	font-family:"MicrosoftYaHei" !important;
	font-size:0.18rem;
	color:#2a3f54;
	text-align:center;
	padding:0.04rem 0.24rem;
}
.headerwrapper .header-right .btn-group .dropdown-menu a:hover{
	background-color:#dee3ea;
}

/*** 锟斤拷锟斤拷页锟芥顶锟斤拷tab ***/
.containerTop-nav{
	float:left;
	margin:0.38rem 0rem 0rem 0rem;
	background:none;
	border:none;
	border-bottom:0;
	border-radius:0rem;
}
.containerTop-nav li{
	float:left;
	text-align:center;
	font-size:0.20rem;
	margin-right:0.1rem;
	margin-bottom:-0.025rem;
}
.containerTop-nav li a{
	width:1.3rem;
	line-height:0.26rem;
	padding:0.12rem 0rem;
	margin-right:0rem;
	margin-top:0rem;
	color:#3b556d;
	font-size:0.18rem;
	border:0.01rem solid #c9ced4;
	border-bottom-color:transparent;
	border-radius:0.06rem 0.06rem 0rem 0rem;
	background:-webkit-linear-gradient(#f8fafc,#eff1f7);
	background:-o-linear-gradient(#f8fafc,#eff1f7);
	background:-moz-linear-gradient(#f8fafc,#eff1f7);
	background:linear-gradient(#f8fafc,#eff1f7);
}
.containerTop-nav li.active a,
.containerTop-nav li.active a:hover,
.containerTop-nav li.active a:focus,
.containerTop-nav li a:hover{
	width:1.6rem;
	line-height:0.28rem;
	padding:0.15rem 0rem;
	margin-top:-0.06rem;
	color:#3b556d;
	background:#f8fafc;
	font-size:0.20rem;
	border:0.01rem solid #c9ced4;
	border-bottom-color:transparent;
	cursor:pointer;
}
.containerTop-nav > li.active:first-child > a,
.containerTop-nav > li.active:first-child > a:hover,
.containerTop-nav > li.active:first-child > a:focus{
	border-left:0.01rem solid #c9ced4;
}
.containerTop-nav > li.active:last-child > a,
.containerTop-nav > li.active:last-child > a:hover,
.containerTop-nav > li.active:last-child > a:focus{
	border-right:0.01rem solid #c9ced4;
}

/**screenshot-upload-modal锟斤拷锟竭斤拷图**/

#screenshot-upload-modal .modal-dialog{
	width:766px;
}
#screenshot-upload-modal .modal-body .img-container{
	width:764px;
	height:466px;
}
#screenshot-upload-modal .modal-header{
	padding:13px 24px;
	background-color:#fff;
	font-size:16px;
}
#screenshot-upload-modal .modal-header .modal-title{
	float:left;	
	padding-top:0px;
	color:#000;
	font-size:16px;
	text-align:left;
}
#screenshot-upload-modal .modal-header #select-proportion{
	float:right;
}
#screenshot-upload-modal .modal-header #select-proportion label{
	float:left;
	margin-left:10px;
	margin-bottom:0px;
	font-weight:normal;
	cursor:pointer;
}
#screenshot-upload-modal .modal-header #select-proportion label .docs-tooltip{
	color:#000 !important;
}
#screenshot-upload-modal .modal-header #select-proportion label.active .docs-tooltip{
	color:#39a7fb !important;
}
#screenshot-upload-modal .modal-header #select-proportion label span div{
	float:left;
	margin-right:2px;
	border:0.01rem solid #bebebe;
}
#screenshot-upload-modal .modal-header #select-proportion label.active span div,
#screenshot-upload-modal .modal-header #select-proportion label.active span .proportion-div1 div{
	border:1px solid #39a7fb;
}
#screenshot-upload-modal .modal-header #select-proportion label span .proportion-div1{
	width:17px;
	height:17px;
	margin-top:2.5px;
	border:none;
}
#screenshot-upload-modal .modal-header #select-proportion label.active span .proportion-div1{
	border:none;
}
#screenshot-upload-modal .modal-header #select-proportion label span .proportion-div1 div{
	border:1px solid #bebebe;
}
#screenshot-upload-modal .modal-header #select-proportion label span .proportion-div1 .proportion-div1-1,
#screenshot-upload-modal .modal-header #select-proportion label.active span .proportion-div1 .proportion-div1-1{
	float:left;
	width:6px;
	height:6px;
	margin-bottom:3px;
	border-right:none;
	border-bottom:none;
}
#screenshot-upload-modal .modal-header #select-proportion label span .proportion-div1 .proportion-div1-2,
#screenshot-upload-modal .modal-header #select-proportion label.active span .proportion-div1 .proportion-div1-2{
	float:right;
	width:6px;
	height:6px;
	margin-bottom:3px;
	border-left:none;
	border-bottom:none;
}
#screenshot-upload-modal .modal-header #select-proportion label span .proportion-div1 .proportion-div1-3,
#screenshot-upload-modal .modal-header #select-proportion label.active span .proportion-div1 .proportion-div1-3{
	float:left;
	width:6px;
	height:6px;
	border-right:none;
	border-top:none;
}
#screenshot-upload-modal .modal-header #select-proportion label span .proportion-div1 .proportion-div1-4,
#screenshot-upload-modal .modal-header #select-proportion label.active span .proportion-div1 .proportion-div1-4{
	float:right;
	width:6px;
	height:6px;
	border-left:none;
	border-top:none;
}


#screenshot-upload-modal .modal-header #select-proportion label span .proportion-div2{
	width:16px;
	height:9px;
	margin-top:6px;
}
#screenshot-upload-modal .modal-header #select-proportion label span .proportion-div3{
	width:9px;
	height:16px;
	margin-top:2.5px;
}
#screenshot-upload-modal .modal-header #select-proportion label span .proportion-div4{
	width:13px;
	height:13px;
	margin-top:4px;
}
#screenshot-upload-modal .modal-header #select-proportion label span .proportion-div5{
	width:16px;
	height:12px;
	margin-top:4.5px;
}
#screenshot-upload-modal .modal-header #select-proportion label span .proportion-div6{
	width:12px;
	height:16px;
	margin-top:2.5px;
}
#screenshot-upload-modal .modal-footer{
	height:auto;
	padding:19px 30px;
	text-align:left;
}
#screenshot-upload-modal .modal-footer .btn{
	height:32px;
	font-size:14px;
	padding:5px 20px;
	border-radius:2px;
}
#screenshot-upload-modal .modal-footer .btn:focus{
	outline:0;
}
#screenshot-upload-modal .modal-footer button{
	float:right;
}
#screenshot-upload-modal .modal-footer .btn-default{
	color:#333 !important;
	background-color:#f8f8f8;
	border:1px solid #bebebe;
}
#screenshot-upload-modal .modal-footer .btn-primary{
	color:#fff !important;
	background-color:#39a7f8;
	border:none;
	margin-left:30px;
}
#screenshot-upload-modal .modal-footer label .docs-tooltip{
	color:#333 !important;
}
#screenshot-upload-modal .modal-body .col-xs-12{
	padding:0;
}
#screenshot-upload-modal .modal-body {
	padding:0;
}
#screenshot-upload-modal .modal-content {
	padding-left:0;
	padding-right:0;
}

#enlargePicture .modal-dialog .modal-body,
#enlargePicture_toggle .modal-dialog .modal-body,
#enlargePicture_knowledge .modal-dialog .modal-body{
	padding:0rem;
}


.chaxun-box{
	float:right;
}
.chaxun2,.chaxun{
	float:left;
}
.chaxun2 select{
	color: #9ba0a3;
    width: 1.50rem;
    height: 0.40rem;
    margin-right: 0.20rem;
    font-size: 0.16rem;
    background-color: #ebeef2;
    -moz-appearance: inherit;
    -webkit-appearance: inherit;
	background-position: 1.25rem 0.15rem;
	background-image: url("../../images/select.png");
    background-repeat: no-repeat;
	background-size:0.14rem 0.09rem;
	border: 0.01rem solid #d6dadf;
	border-radius: 0.04rem;
}

.form-group .collegeSelect,.form-group .creatorSelect {
    font-size: 0.16rem;
    margin-top: 0.08rem;
	float: left;
    margin-right: 0.05rem;
	color:#29333b;
}

#search {
    background: linear-gradient(0deg,#2a6792,#209bdb);
    width: 0.60rem;
    height: 0.40rem;
	padding: 0.06rem 0.12rem;
	font-size: 0.14rem;
	border: 0.01rem solid transparent;
	border-radius: 0.04rem;
}

.manual{
	height:0.8rem;
	padding: 0.2rem 0.6rem 0.2rem 0.2rem;
}

.import-main {
    border-top: 0.01rem solid #c6c6c6;
    padding:0.3rem 0.205rem 0 0.205rem;
	width:100%;
	min-height:8rem
}

button{
	background-color:#f8fafc;
}

input:focus{
	background-color:#fff;
}

.left-right{
	margin:0.20rem auto 0rem auto;
	width: 12rem;
	min-height: 7.5rem;
	padding: 0rem;
	padding-bottom: 0.20rem;
}

.left-right > div > div{
	background-color:#f8fafc;
	float:left;
}

.container-left{
	float:left;
	width:2rem;
	min-height:9rem;
	margin-right:0.2rem;	
	background-color:#f8fafc;
}

.container-right{
	float:left;
	width:9.8rem;
	min-height:9rem;
	background-color:#f8fafc;
}

.containerReally{
	margin:0rem auto 0rem auto;
    width:12rem;
    min-height:7.5rem;
    padding:0rem;
    padding-bottom:0.2rem;
}
.container-leftReally{
	float:left;
	width:2rem;
	min-height:9rem;
	background-color:#f8fafc;
	margin-right:0.2rem;
}
.container-rightReally{
	float:left;
	width:9.8rem;
	min-height:9rem;
	background-color:#f8fafc;
}

.search-box{
	width:100%;
	padding:0.2rem 0.2rem 0.1rem 0.2rem;
	position:relative;
}

.search-box i{
	position:absolute;
	font-size:0.2rem;
	color:#9ba0a3;
	left:0.26rem;
	top:0.3rem;
}

.search{
	width:2.6rem;
	height:0.4rem;
	border-radius:0.2rem;
	border:0.01rem solid #d6dadf;
	background-color:#ebeef2;
	font-size:0.16rem;
	color:#9ba0a3;
	padding-left:0.46rem;
}

.search:focus{
	background-color:#f8fafc;
	color:#29333b;
}

select::-ms-expand{
	display:none;
}

.class-room-box{
	overflow:auto;
}

input:focus,textarea:focus,select:focus{
	outline:none;
}

/* 锟斤拷锟斤拷锟斤拷锟斤拷锟斤拷息 */
.navNews{
	width: 0.1rem;
    height: 0.1rem;
    background-color: #f23939;
    position: absolute;
    margin-left: 0.03rem;
    border-radius: 50%;
}
#enlargePicture_toggle #left_operate,
#enlargePicture_toggle #right_operate{
	position:absolute;
}
#enlargePicture img,
#enlargePicture_toggle img,
#enlargePicture_knowledge img{
	max-width:100%;
	max-height:100%;
	cursor:pointer;
}

#edui162_content .edui-clickable:nth-child(5){
    display: none;
}

/** webuploader **/
#upload-webuploader-window #uploadFile_webuploader div:nth-child(2){
	width:100% !important;
	height:100% !important;
}
#upload-webuploader-window #uploadFile_webuploader div:nth-child(2) label{
	margin-bottom:0px;
}


/*全局收藏夹*/
.collectionBox{
    position: fixed;
    right:0;
    top:40%;
    width:0.56rem;
    z-index: 100;
}

.collectionBox > img{
    width:0.56rem;
    float:left;
    margin-top:0.12rem;
}

.collectionListBox{
    position: absolute;
    width: 2.6rem;
    height: auto;
    max-height: 3rem;
    left: -2.7rem;
    top: 0.82rem;
}
#collection_txMeetingUrl_content{
	display:none;
	position: absolute;
	width:2.2rem;
	min-height:0.4rem;
	max-height:1.8rem;
	padding:0.1rem 0.1rem 0rem 0.1rem;
	left:-2.4rem;
    top:0rem;
	background-color:#fff;
	overflow-y:auto;
    box-shadow:0.02rem 0.02rem 0.1rem #9ca2aa;
    border-radius:0.02rem;
}
#collection_txMeetingUrl_content .list{
	float:left;
	width:100%;
	margin-bottom:0.1rem;
	font-size:0.14rem;
	color:#29333b;
}
#collection_txMeetingUrl_content .list span{
	float:left;
	width:1.5rem;
	text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}
#collection_txMeetingUrl_content .list a{
	float:right;
	color:#3f8af4;
}

.collectionListBox > div{
    float:left;
    width:100%;
}

.collectionTitleName{
    float:left;
    color:#2a3f54;
    font-size: 0.16rem;
    margin-left: 0.1rem;
}

.deleteAllCollection{
    float:right;
    margin-right: 0.1rem;
    background-color: #3977b6;
    color: #fff;
    font-size: 0.14rem;
    border-radius: 0.1rem;
    width:0.5rem;
    padding:0.02rem;
}

.collectionListTitle{
    height:0.4rem;
    padding-top: 0.1rem;
}

.collectionListBox{
    background-color: #fff;
    box-shadow: 0.02rem 0.02rem 0.1rem #9ca2aa;
    border-radius: 0.02rem;
}

.collectionLists{
    border-top:0.01rem solid #d6dadf;
    padding: 0 0.1rem 0.16rem 0.1rem;
    height: 2.6rem;
    overflow-y: auto;
}

.collectionListName{
    float:left;
    width:1.7rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0.14rem;
    color:#2a3f54;
    cursor: pointer;
}

.collectionListMain{
    float:left;
    margin-top:0.16rem;
    width:100%;
}

.collectionLists img{
    float:right;
    width:0.16rem;
    margin-left:0.1rem;
    margin-top:0.02rem;
}

.collectionBox img{
    cursor: pointer;
}

.collectionEditTheAd{
    height: 0.3rem;
    min-width: 0.8rem;
    padding: 0rem;
    font-size: 0.14rem;
    color: #fff;
    background-color: #07c4ac;
    border-radius: 0.04rem;
}

.collectionBoxModal .closeEditModal{
    min-width: 0.8rem;
    margin-left:1rem;
}

#collectionModalBody > div{
    float:left;
    width:100%;
    margin-top:0.2rem;
}

.collectionBodyTitle{
    float:left;
    font-size: 0.18rem;
    color:#29333b;
    margin-top:0.07rem;
}

.collectionBodyInput{
    width:3.2rem;
    height:0.4rem;
    padding:0.1rem;
    border-radius: 0.04rem;
    border:0.01rem solid #d6dadf;
}

.collectionUseOld{
    cursor: pointer;
    font-size: 0.16rem;
    color:#4884e3;
    margin-left:0.1rem;
}

.collectionBodyUrl{
    float:left;
    margin-top:0.07rem;
    width:3.5rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.collectionBoxModal .close-modal {
	position: absolute;
	right: 0.10rem;
	top: 0.06rem;
	cursor: pointer;
}

.collectionBoxModal footer {
	height: 0.60rem;
	background-color: #e7ebed;
	border-radius: 0 0 0.07rem 0.07rem;
	padding: 0.15rem 0;
	text-align: center;
	font-size: 0.12rem;
}

.collectionBoxModal footer .collectionModalClose{
	width: auto;
	height: 0.30rem;
	border-radius: 0.04rem;
	font-size: 0.12rem;
	background-color: #fff;
	border: 0.01rem solid #c6c6c6;
}

.collectionBoxModal footer .collectionModalClose:hover {
	background-color: #b6b6b6;
	color: #fff;
}

#aboutModal #aboutBody{
    position: relative;
}

#aboutModal #aboutBody div{
    /*float:left;*/
    width: 100%;
}

#aboutModal .aboutTitle{
    font-size: 0.2rem;
    color: #29333b;
    font-weight: bold;
    margin-bottom: 0.2rem;
}

#aboutModal .aboutList{
    font-size: 0.16rem;
    margin-bottom: 0.2rem;
}

#aboutModal .policyAndAgreement{
    margin-bottom: 0.2rem;
    font-size: 0.14rem;
}

#aboutModal .policyAndAgreement span{
    color: #3067d5;
    cursor: pointer;
}

#aboutModal .copyright{
    font-size: 0.14rem;
}

#aboutModal #aboutBody .aboutQrCode{
    position: absolute;
    width: 1.65rem;
    right: 0.4rem;
    top:0.5rem;
    text-align: center;
}

#aboutModal .aboutQrCode img{
    width: 1rem;
    height: 1rem;
    margin: 0 auto;
    margin-bottom: 0.15rem;
}

#aboutModal .qrCodeTip{
    font-size: 0.14rem;
    color: #888;
}

#aboutModal .close-aboutModal {
	position: absolute;
	right: 0.10rem;
	top: 0.06rem;
	cursor: pointer;
}

#aboutModal .modal-content footer {
	height: 0.60rem;
	background-color: #e7ebed;
	border-radius: 0 0 0.07rem 0.07rem;
	padding: 0.15rem 0;
	text-align: center;
}

#aboutModal .modal-content footer button {
	width: 0.80rem;
	height: 0.30rem;
	border-radius: 0.04rem;
	font-size: 0.12rem;
}

#aboutModal .closeAboutModal {
	background-color: #fff;
	border: 0.01rem solid #c6c6c6;
	color: #535455;
}

#aboutModal .closeAboutModal:hover {
	background-color: #b6b6b6;
	color: #fff;
}

#cancellationBox_modal .modal-footer #ok_cancellationBox_modal{
    background-color: #eb7070;
    font-size: 0.16rem;
    color: #fff;
    width: 2rem;
    height: 0.4rem;
    border-radius: 0.4rem;
}

#cancellationBox_modal .modal-footer{
    background-color: #f8fafc;
    padding-top: 0;
}

#cancellationBox_modal .modal-footer #cancel_cancellationBox_modal{
    background-color: #aaa;
    font-size: 0.16rem;
    color: #fff;
    width: 2rem;
    height: 0.4rem;
    margin-left: 0.4rem;
    border-radius: 0.4rem;
}

#cancellationBox_modal .close-cancellationModal {
    position: absolute;
    right: 0.10rem;
    top: 0.06rem;
    cursor: pointer;
}