html,body{
	width: 100vw;
	height: 100vh;
	margin: 0;
	padding: 0;
	background-color: #f7f7f7;
	font-family: -apple-system,BlinkMacSystemFont,PingFang SC,Helvetica,Tahoma,Arial,Hiragino Sans GB,Microsoft YaHei,\\5FAE\8F6F\96C5\9ED1,SimSun,\\5B8B\4F53,Heiti,\\9ED1\4F53,sans-serif;
	color: #666;
	overflow-x: hidden;
}
body {
	/*position: relative;*/
	/*overflow: scroll;*/
}
.noticemask{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
.noticemask .content{
	width: 1127px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.noticemask .content .headImg{
	position: absolute;
	right: -1px;
	top: 5px;
	width: 36px;
}
.noticemask .content .main{
	width: 257px;
	height: 184px;
	margin-top: 55px;
	position: relative;
	background-color: #fff;
	border-radius: 3px;
	color: #000;
	font-size: 14px;
	line-height: 24px;
	padding: 30px 22px;
	box-sizing: border-box;
}
.noticemask .content .main .know{
	background-color: #3e474f;
	height: 39px;
	line-height: 39px;
	color: #fff;
	display: block;
	margin: 15px auto 0 ;
	border: 0 none;
	outline: none;
	border-radius: 3px;
	padding: 0 20px;
	letter-spacing: 2px;
	cursor: pointer;
}
.noticemask .content .main::after {
    content: "";
    position: absolute;
    top: -14px;
    right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px;
    border-color: transparent transparent #fff transparent;
    box-sizing: border-box;
}
.transition{
	height: 3px;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #a5a5a5;
	width: 0;
	z-index: 300;
}
ul,li,input,ol,p,h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
}
.none{
	display: none !important;
}
.block{
	display: block;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.hide{
	display: none;
}
.cursor{
	cursor:pointer;
}
.col_bgf5{
	background-color:#f5f5f5;
}
a{
	text-decoration: none;
	color: #666;
}
li{
	list-style: none;
}
.left{
	float: left;
}
.right{
	float: right;
}
img[src='']{
	display: none;
	border: none;
	opacity: 0;
}
.clearfix::after{
	content: '';
	width:0;
	height: 0;
	overflow: hidden;
	clear: both;
	display: block;
}
.point{
	cursor: pointer;
}
/*ÍøÒ³ÖÐµÄÑùÊ½*/
#header_wrap{
	position: fixed;
	top: 0;
	height: 50px;
	width: 100%;
	/*background: linear-gradient(180deg,#fdfdfd,#fff);*/
	background: #fff;
	box-shadow: 0 2px 3px 0 hsla(0,0%,39%,.15);
	z-index:900;
	user-select: none;
}
#header{
	position:relative;
	width: 1127px;
	margin: 0 auto;
	height: 100%;
	z-index:101;
	background:#fff;
}
.search_img{
	height: 15px;
	vertical-align: middle;
}
.search_text{
	font-size: 12px;
	margin-left: 8px;
	color: #666;
}
.header_item{
	margin: 0 15px 0 13px;
	cursor: pointer;
	position: relative;
}
.headerRight .header_item:hover .search_text{
	color: #333;
}
.logo_text{
	font-size: 20px;
	font-weight: 100;
	cursor: pointer;
}
.info_logo{
	width: 20px;
	vertical-align: baseline;
	height: 20px;
	display: inline-block;
	background-origin:content-box;
}
.user_img{
	width: 22px;
	height: 22px;
	border-radius: 50%;
	display: inline-block;
	transform: translateY(1px);
	border-radius: 50%;
	transition: all .3s cubic-bezier(.31,.44,.445,1.1);
	margin-right: 0;
}
.user_img .img-container {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
}
.user_img .img-container:hover {
	box-shadow: 0 1px 2px #888;
}
.user_img .img-container img {
	display: block;
	width: 100%;
}
#content_wrap{
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	height: calc(100% - 50px);
	background-color: #f7f7f7;
	box-sizing: border-box;
}
#content_wrap >.inner {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}
#content{
	padding: 32px 0 50px;
	height: auto;
}
.contentLeft{
	position: fixed;
	width: 140px;
	user-select: none;
	margin-left: calc(50vw - 563px);
	z-index: 10;
}
.contentRight{
	margin-left: calc(50vw - 423px);
	width: 985px;
}
.black_div{
	height: 28px;
	width: 83px;
	background-color: #41464b;
	float: left;
	color: #fff;
	font-size: 12px;
	line-height:28px ;
	text-align: center;
	display: block;
	margin: 1px 0 10px 1px ;
	position: relative;
	cursor: pointer;
}
.black_div1{
	height: 28px;
	width: 69px;
	float: left;
	font-size: 12px;
	line-height:29px ;
	text-align: left;
	display: block;
	padding-left: 10px;
	margin: -1px 0px 14px 0px ;
	position: relative;
	cursor: pointer;
	border: 1px solid transparent;
}
.black_div1:hover{
 border: 1px solid #e0e0e0;
}

.black_div > span {
	display: block;
	line-height: 28px;
	cursor: pointer;
}
/*.activeBtn{
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
}*/
.left_list{
	/*margin-top: 15px;*/
}
.left_list .mark{
	display:none;
}
.left_list .money{
	margin-top: -16px;
}
.left_list li{
	padding: 9px 0 9px 0;
	/*overflow: hidden;*/
	cursor: auto;
}
.left_list .setLike{
	display:none;
}
.left_list li div{
	margin-right: 10px;
}
.left_list li a{
	display: flex;
	height: 18px;
	line-height: 18px;
	margin-right: 4px;
	color: #a5a5a5;
	font-size: 12px;
	cursor: pointer;
}
.left_list li a * {
	cursor: pointer;
}
.left_list li a img{
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.left_list li a.active-list{
	color: #262626;
	font-weight: 900;
}
.left_list li div{
	width: 18px;
	/* transform: translateY(-3px); */
	height: 18px;
	display: inline-block;
}
.left_list li .voice div {
	background: url(/head_for/img/icon-voice2.png) no-repeat;
	background-position: center center;
	/* background-size:  */
}
.left_list li .order div {
	background: url(/head_for/img/icon-text2.png) no-repeat;
	background-position: center center;
	/* background-size:  */
}
.left_list li .search div {
	background: url(/head_for/img/icon-search2.png) no-repeat;
	background-position: center center;
	/* background-size:  */
}
.left_list li .setting div {
	background: url(/head_for/img/icon-setting2.png) no-repeat;
	background-position: center center;
	/* background-size:  */
}
.left_list li .mark div {
	background: url(/head_for/img/icon-mark2.png) no-repeat;
	background-position: center center;
	/* background-size:  */
}
.left_list li .money div {
	background: url(/head_for/img/icon-money2.png) no-repeat;
	background-position: center center;
	/* background-size:  */
}
.left_list li .voice.active div {
	background: url(/head_for/img/icon-voice.png) no-repeat;
	background-position: center center;
	/* background-size:  */
}
.left_list li .order.active div {
	background: url(/head_for/img/icon-text.png) no-repeat;
	background-position: center center;
	/* background-size:  */
}
.left_list li .search.active div {
	background: url(/head_for/img/icon-search.png) no-repeat;
	background-position: center center;
	/* background-size:  */
}
.left_list li .setting.active div {
	background: url(/head_for/img/icon-setting.png) no-repeat;
	background-position: center center;
	/* background-size:  */
}
.left_list li .mark.active div {
	background: url(/head_for/img/icon-mark.png) no-repeat;
	background-position: center center;
	/* background-size:  */
}
.left_list li .money.active div {
	background: url(/head_for/img/icon-money.png) no-repeat;
	background-position: center center;
	/* background-size:  */
}
.left_list li a.active {
	color: #262626;
	font-weight: 900;
}

.content_list{
	width: 100%;
	height: 100%;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	user-select: none;
}
.content_list > a{
	display: block;
	float: left;
	width: 197px;
	height: 197px;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	cursor: pointer;
	position: relative;
	z-index: 1;
	background: #f3f4f5;
	padding: 32px 0 23px 13px;
	box-sizing: border-box;
	 overflow: hidden;
}
.content_list > a:hover{
	box-shadow: 0 0 1px 1px #e5e5e5;
	z-index: 2;
}
.content_list > a .hot-container {
	position: absolute;
	top: 125px;
	right: 53px;
}.content_list > a .hot-container {
	position: absolute;
	top: 125px;
	right: 53px;
}
.content_list > a .hot-container img {
	display: block;
	height: 20px;
	width: 46px;
}
.price{
	height: 91px;
	width: 100%;
	cursor: pointer;
}
.price img{
	/*height: 55px;*/
	display: block;
	/*width: 55px;*/
}
.detial_price{
	height: 100%;
}
.detial_price img{
	margin-top: 15px;
	/*width: 15px;*/
	vertical-align: middle;
	height: 23px;
	margin-left: 20px;
}
.detial_price span{
	font-size: 31px;
	color: #e36a5c;
	margin:8px 0 0 10px;
	font-weight: 100;
	transform: rotateY(1.3);
}
.info .big_title{
	font-size: 19px;
	color: #515151;
	cursor: pointer;
}
.info .little_title{
	font-size: 17px;
	color: #a6a6a6;
	margin-top: 3px;
	cursor: pointer;
}
.trans{
	transform: translateX(-5px);
}
.more{
	font-size: 30px;
	font-weight: 900;
	color: #40464c;
	line-height: 55px;
}
#footer{
	width: 100%;
	height: 55px;
	text-align: center;
	background-color: #f7f7f7;
	margin-top: 10px;
}
#fix{
	box-shadow: rgba(102, 102, 102, 0.2) 0px 1px 4px;
	width: 27px;
	height: 100px;
	bottom: 48px;
	left: 0px;
	position: fixed;
    background-color: rgb(251, 251, 251);
    border: 1px solid rgb(238, 238, 238);
    padding: 9px 6px;
    box-sizing: border-box;
    font-size: 12px;
    z-index:9999;
}
.fix-top{
	padding: 4px 0;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
	color: #666;
}
.fix-top:hover{
	color: #333;
}
.fix-bottom{
	padding: 4px 0;
	cursor: pointer;
	color: #666;
}
.fix-bottom:hover{
	color: #333;
}
.left_nav_title {
	margin:34px 0 3px;
	color:#535353;
	font-size: 12px;
	text-align: left;
	display:none;
}
#isShow{
	width: 80px;
	margin-top: 34px;
	color: #3f3f3f;
	font-size: 12px;
}
#isShow .signed{
	margin-bottom: 3px;
	display: inline-block;
}
#isShow .isShowSon span{
	color: #a5a5a5;
	font-size: 12px;
	line-height: 18px;
}
#isShow .isShowSon{
	height: 18px;
	padding:  9px 0;
}
#isShow .isShowSon img{
    transform: translateY(-3px);
}
#header{
	padding: 14px 0 13px 0 ;
	box-sizing: border-box;
}
.headerLeft img{
	/*margin-left: -3px;*/
}
.headerLeft .svg{
	width: 83px;
	height: 23px;
}
.headerLeft > a {
	display: inline-block;
	height: 100%;
}
.haveText{
	vertical-align: middle;
	transform: translateY(-2px);
}
.headerRight > a{
    display: inline-block;
    height: 20px;
    line-height: 20px;
    transform: translateY(-4px);
}
.headerRight > a span{
	position: relative;
	top: -2px;
	display: inline-block;
	height: 20px;
	line-height: 20px;
}
.relative{
	position: relative;
}
.boxShow{
	position: absolute;
	top: 30px;
	z-index: 100;
    border-radius: 3px;
    box-shadow: 0 1px 6px rgba(0,0,0,.2);
	width: 241px;
    min-height: 80px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 10px 0;
}
.server{
	left: -39px;
	box-sizing: border-box;
	padding-left: 23px;
	padding-right: 26px;
	text-align: center;
	height: 270px;
	display: none;
	width: 180px;
}
.server h4{
	font-size: 14px;
	color: #000;
	line-height: 14px;
	margin-top: 16px;
	margin-bottom: 21px;
	font-weight: 400;
}
.server::after{
	content: "";
	width: 16px;
	height: 8px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: -8px;
	left: 43px;
	/*background: url('/head_for/img/single.png');*/
}
.server > .btn span {
	top: 0;
}
.mine{
	right: -13px;
	display: none;
}
.mine::after{
	content: "";
	width: 16px;
	height: 8px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: -8px;
	right: 16px;
	background: url('/head_for/img/service/service_h_jian.png') no-repeat;
	background-size: cover;
}
.font1{
	font-size: 12px;
    color: #a5a5a5;
    line-height: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.mineEmail{
	padding-top: 10px;
}
.boxShow.mine .event-none {
	padding: 0;
}
.boxShow.mine .event-none > a {
	padding: 10px 15px;
}
.boxShow ul li{
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
	/*cursor: pointer;*/
}
.boxShow ul li span{
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
}
.boxShow ul li.gotourl {
	padding: 0;
}
.boxShow ul li.gotourl a {
	padding: 10px 15px;
}
.boxShow ul li.first-line {
	line-height: 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.boxShow ul li.first-line span.token-switch {
	display: flex;
	align-items: center;
}
.boxShow ul li.first-line .font:hover,
.boxShow ul li.first-line span.token-switch:hover {
	color: #000;
}
.boxShow ul li.first-line span.token-switch img{
	width: 20px;
	height: 20px;
	margin-left: 4px;
}
.boxShow ul li a {
	display: block;
}
.boxShow ul .hover:hover{
	background-color: #f5f5f5;
}
.boxShow ul .line::after{
	width: 100%;
	content: '';
	display: block;
	height: 1px;
	background-color: #e5e5e5;
	margin-top: 5px;
	margin-bottom: 5px;
	overflow: hidden;
}
.font{
	margin-left: 4px;
	display: inline-block;
}
.font2{
	padding-top: 10px;
	font-size: 12px;
    color: #a5a5a5;
    line-height: 12px;
}
.font3{
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #e5e5e5;
    color: #73a2e3;
}
.font3:hover{
	color: #4682c1;
}
.font5{
	color: #666;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
}
.btn{
	width: 130px;
	height: 30px;
	background-color:#40464c;
	margin: 0 auto;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
}
.phoneServer{
	margin-top: 20px;
	margin-bottom: 10px;
}
.QQServer{
	margin-bottom: 15px;
}
.btn img{
	vertical-align: middle;
	transform: translateY(-1px);
	margin-right: 3px;
}
.begin{
	height: 98px;
	width: 80px;
	position: absolute;
	top: 40px;
	z-index: 100;
	border: 1px solid #ddd;
	box-shadow: 0 4px 12px 0 rgba(0,0,0,.1);
    border-radius: 2px;
    padding-top: 13px;
    padding-bottom: 13px;
   	box-sizing: border-box;
	background-color: #fff;
	/*display: none;*/
}
.begin:before{
	content: '';
    position: absolute;
    top: -6px;
    left: 50px;
    width: 12px;
    height: 7px;
    background: url(/head_for/img/service/service_h_jian.png) no-repeat;
    background-size: contain;
}
.begin1{
	height: 134px;
	width: 118px;
	position: absolute;
	top: 40px;
	left: -2px;
	z-index: 100;
	border: 1px solid #ddd;
	box-shadow: 0 4px 12px 0 rgba(0,0,0,.1);
    border-radius: 2px;
    padding-top: 8px;
    padding-bottom: 13px;
   	box-sizing: border-box;
	background-color: #fff;
	display: none;
}
.begin1:before{
	content: '';
    position: absolute;
    top: -7px;
    left: 37px;
    width: 12px;
    height: 7px;
    background: url(/head_for/img/service/service_h_jian.png) no-repeat;
    background-size: contain;
}

.myline{
	margin: 5px 15px;
	border-bottom: 1px solid #dddddd;
}
.mydiv{
	display: block;
	/*padding: 2px 12px 2px 16px;*/
	box-sizing: border-box;
	height: 36px;
	line-height: 36px;
	font-size: 12px;
	color: #666;
	text-align: center;
	cursor: pointer;
}

.mydiv:hover{
	background-color: #f5f5f5;;
}
.mydiv img{
	vertical-align: middle;
	margin-right: 8px;
	cursor: pointer;
}
.mydiv span {
	cursor: pointer;
}
#myemail.mydiv img {
	position: relative;
	left: 1px;
	margin-right: 10px;
}
.mineset{
	padding: 32px 40px 32px 40px;
	width: 905px;
    box-shadow: 0 1px 6px #ccc;
		background-color: #fff;
	min-height: 594px;
}
.defaultSet{
	width: 96px;
	height: 30px;
	background: #41464c;
	color: white;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	border-radius: 2px;
    transition: .2s;
    margin-right: 10px;
}
.defaultSet:hover{
	background-color: #313438;
}
.setTop{
	height: 37px;
	border-bottom: 1px solid #ddd;
}
.setTopTab{
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	color: #a1a1a1;
}
.setTopTab .left{
	margin-left: 1px;
	margin-right: 28px;
}
.setTopTab .left,.setTopTab .right{
	width: 80px;
	text-align: center;
}
.setTopTab .left.active,.setTopTab .right.active{
	color: #4d5258;
	position: relative;
}
.setTopTab .left.active::after,.setTopTab .right.active::after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	top: 36px;
	background: #3f464c;
	left: 0;
}
.setContent{
	margin-top: 8px;
}
.setContent .setLists{
	height: 67px;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
	padding-top: 16px;
	padding-bottom: 18px;
}
.setContent .setLists.last{
	border-bottom: 1px solid #fff;
}
.listTitle{
	font-size: 14px;
	color: #0e0e0e;
	line-height: 14px;
	margin-bottom: 7px;
}
.listContent{
	font-size: 11px;
	line-height: 11px;
	color: #878787;
}
.setLists .right{
	margin-right: 12px;
	font-size: 13px;
	line-height: 32px;
}
.setLists .clock{
	color: #d34e45;
}
.myMask{
	width: 100%;
	bottom: 0;
	position:fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.4);
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
}
.maskTop{
	margin-bottom: 26px;
}
.myContent{
	padding: 37px 40px 30px;
	background: #fafafa;
	border-radius: 2px;
	width: 340px;
}
.maskTitle{
	font-size: 16px;
	line-height: 16px;
	color: #252525;
}
.maskcancle{
	color: #dfdfdf;
    transform: rotateX(35deg);
}
.pointInfo{
	height: 47px;
	box-sizing: border-box;
	border:1px solid #f0f0f0;
	padding: 17px 0 17px 14px;
	font-size: 11px;
	line-height: 11px;
	text-align: left;
	background-color: #f7f7f7;
	margin-bottom: 12px;
}
.maskChooseList{
	height: 35px;
	box-sizing: border-box;
	padding: 9px 0;
	display: flex;
	justify-content:flex-start;
	align-items: center;
}
.maskChooseList b{
	font-size: 15px;
	margin-left: 11px;
	margin-right: 24px;
	line-height: 17px;
	font-weight: 400;
	color: #2d2d2d;
}
.maskChooseList span{
	color: #a1a1a1;
	font-size: 12px;
	line-height: 17px;
}
.maskSave{
	margin-top: 20px;
}
.maskSave .saveBtn{
	background-color: #40464c;
}
.saveBtn{
	color: white;
	height: 30px;
	width: 90px;
	background-color: #e5e5e5;
	border-radius: 1px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}
.maskChooseList.maskMargin{
	margin-right: 33px;
}
.maskChooseList.left b{
	margin-right: 0;
}
.maskChooseList.left{
	width: 113px;
}
.maskChooseList.left.fourList{
	width: 85px;
}
.maskChooseLists{
	width: 340px;
}
.fileHeaderTop{
	height: 27px;
	border-bottom: 1px solid #eee;
	margin-bottom: 16px;
}
.fileHeaderTop div{
	padding: 0 13px 0 15px;
	font-size: 15px;
	color: #a0a0a0;
	line-height: 15px;
	position: relative;
}
.fileHeaderTop .active{
	color: #3f464c;
}
.fileHeaderTop .active::after{
	content: "";
	display: block;
	position: absolute;
	top: 26px;
	height: 2px;
	left: 0;
	background-color: #41464c;
	width: 100%;
}
.fileHeaderMiddle{
	border: 1px solid #a6a6a6;
	padding: 13px 16px 0 12px;
	box-shadow: 1px 1px 6px #ccc inset;
	border-radius: 1px;
	background-color: #fff;
}
.fileHeaderMiddle span{
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 3px;
	display: inline-block;
}
.fileHeaderMiddle textarea{
	width: 100%;
	min-height: 43px;
	overflow: visible;
	border: none;
	outline: none;
	resize: none;
	font-size: 12px;
	line-height: 22px;
}
.fileHeaderMiddle textarea::-webkit-input-placeholder{
	color: #d5d5d5;
	font-size: 12px;
	line-height: 22px;
}
.fileHeaderBottom{
	margin-top: 14px;
}
.fileHeaderBottom .left{
	font-size: 12px;
	color: #5d5d5d;
	margin-left: 13px;
}
.musicTop{
	height: 27px;
	border-bottom: 1px solid #eee;
	margin-bottom: 16px;
}
.musicTop div{
	padding: 0 13px 0 15px;
	font-size: 15px;
	color: #a0a0a0;
	line-height: 15px;
	position: relative;
}
.musicTop .active{
	color: #3f464c;
}
.musicTop .active::after{
	content: "";
	display: block;
	position: absolute;
	top: 26px;
	height: 2px;
	left: 0;
	background-color: #41464c;
	width: 100%;
}
.musicMiddle h3{
	font-weight: 400;
	color: #3c1c1c1;
	font-size: 12px;
	text-align: center;
	line-height: 32px;
	height: 32px;
	margin-bottom: 43px;
}
.music{
	width: 420px;
}
.giveMusic{
	height: 32px;
	border: 1px solid #e5e5e5;
	background-color: #f5f5f5;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.giveMusic .right{
	color: #4d98db;
	font-size: 11px;
	margin-right: 17px;
}
.giveMusic .left{
	font-size: 12px;
	color: #7b7b7b;
	margin-left: 15px;
}
.giveMusicSon{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.mask_wrap{
	position: fixed;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	left:0;
	top:0px;
	z-index:999;
}
.mask_cout{
	width:430px;
	height:238px;
	padding:15px 40px 0 40px;
	background: #FFF;
	z-index:333;
	position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    font-size: 14px;
    background-color: #fff;
    overflow: hidden;
}

.mask_cout .mask_midle {
	position: relative;
}

#upload-word {
	position: absolute;
	top:0;
	left: 0;
	width: 1px;
	height: 1px;
	background-color: transparent;
	outline: 0;
	border: 0;
	pointer-events: none;
	display:none;
}
.mask_bor{
	border-bottom:2px solid #40464c;
}
.mask_w_head a{
	padding:0 15px;
	line-height:44px;
	font-size:14px;
}
.mask_line{
	height:1px;
	width:100%;
	background:#eeeeee;
	margin-top:-1px;
	margin-bottom:20px;
}
.mask_c_close{
	width:13px;
	height:12px;
	background:url(/head_for/img/public/close_03.svg) no-repeat;
	background-size:contain;
	margin-top:16px;
}
.mask_midle{
	width:418px;
	height:32px;
	line-height:32px;
	border:1px solid #e5e5e5;
	border-radius: 1px;
	font-size:12px;
	text-indent:12px;
}
.mask_word{
	font-size:12px;
	line-height:33px;
	color:#a2a2a2;
	text-align: left;
}
.mask_c_btn{
	width:110px;
	height:33px;
	line-height:33px;
	color:#fff;
	background:#e5e5e5;
	border-radius: 1px;
	font-size:14px;
	text-align: center;
	margin:43px 0 0 310px;
}
.mask_c_btn.btn-black {
	background-color: #000;
}
.saveBtn.btn-black{
	background-color: #000;
}
.mask_m_up{
	width:15px;
	height:19px;
	background:url(/head_for/img/mask/mask_cout_up.png) no-repeat;
	background-size:contain;
	margin:6px 0 0 13px;
}
#mask_up_file{
	color:#79a9df;
	margin-right:17px;
}
.mask_midle_inp{
	outline: none;
	margin:0;
	padding:0;
	width:418px;
	height:32px;
	line-height:32px;
	border:1px solid #e5e5e5;
	border-radius: 1px;
	font-size:12px;
	text-indent:12px;
}
.mask_midle_inp::-webkit-input-placeholder { /* WebKit browsers */
	color:#a2a2a2;
}
.mask_midle_inp:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:#a2a2a2;
}
.mask_midle_inp::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:#a2a2a2;
}
.mask_midle_inp:-ms-input-placeholder { /* Internet Explorer 10+ */
	color:#a2a2a2;
}

.maskChooseList input {
	display: none;
}
.maskChooseList > label {
	display: flex;
}
input[type="checkbox"] + div.checkbox-show,
input[type="radio"] + div.checkbox-show {
	display: block;
	width: 17px;
	height: 17px;
	background: url(/head_for/img/comet.png) no-repeat;
	/* background-size: 100% 100%; */
	background-size: 124px 141px;
	background-position: -11px -92px;
}
input[type="checkbox"]:checked + div.checkbox-show,
input[type="radio"]:checked + div.checkbox-show {
	background-image: url(/head_for/img/comet.png);
	background-position: -11px -72px;
}
ul.recharge-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
ul.recharge-list li {
	width: 295px;
	height: 60px;
	margin-right: 10px;
	margin-bottom: 10px;
}
ul.recharge-list li:nth-child(3n) {
	margin-right: 0;
}
ul.recharge-list li input[type="radio"] {
	display: none;
}
ul.recharge-list li input[type="radio"] + div {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #ddd;
	color: #333;
	cursor: pointer;
}
ul.recharge-list li input[type="radio"] + div span{
	cursor: pointer;
}
ul.recharge-list li input[type="radio"]:checked + div {
	border-color: #d0637a;
	color: #d0637a;
}
ul.recharge-list li input[type="radio"]:checked + div:before {
	content: '';
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
	width: 10px;
	height: 10px;
	background-color: #d0637a;
}
ul.recharge-list li input[type="radio"]:checked + div:after {
	content: '';
	position: absolute;
	top: -1px;
	right: 2px;
	z-index: 2;
	width: 3px;
	height: 6px;
	background-color: transparent;
	border-width: 1px;
	border-style: solid;
	border-color: transparent #fff #fff transparent;
	transform: rotate(45deg)
}
ul.recharge-list li input.input + div >input {
	display: none;
	outline: none;
	border: 0;
	width: 293px;
	height: 58px;
	padding: 0 20px;
	font-size: 16px;
	color: #d0637a;
	text-align: center;
}
ul.recharge-list li input.input[type="radio"]:checked + div >span {
	display: none;
}
ul.recharge-list li input.input[type="radio"]:checked + div > input {
	display: block;
}
.equation {
	margin-top: 40px;
}
.equation table {
	margin: 0 auto;
}

.equation table th:first-child,
.equation table th:nth-child(3),
.equation table th:nth-child(5) {
	width: 120px;
}
.equation table th:nth-child(2),
.equation table th:nth-child(4) {
	width: 50px;
}
.equation table td {
	text-align: center;
	font-size: 30px;
	color: #000;
}
.equation table th {
	font-size: 14px;
	color: #d3d3d3;
}
.equation .equation-info {
	margin-top: 30px;
	font-size: 14px;
	color: #a3a3a3;
	text-align: center;
}
.recharge-confirm {
	margin-top: 30px;
	text-align: center;
}

.recharge-confirm .btn {
	padding: 10px 60px;
	font-size: 16px;
}

/* .speakNeed.myContent .maskChooseLists .maskChooseList input {
	display: block;
	margin-top: -2px;
	margin-left: -4px;
	margin-right: -4px;
} */
.content-line{
	text-align: center;
	background: url('/head_for/img/line-icon.png') no-repeat;
	background-size: 100% 100%;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	color: #b4b4b4;
	margin: 44px 0;
}
.content-line p{
	margin-left: 8px;
}
.icon-disabled .big_title{
	color: #b2b2b2;
}
.icon-disabled .little_title{
	color: #d0d0d0;
}
.ComingSoon-title{
	width: 160px;
	border-top: 1px solid #40474a;
	color: #939393;
	font-size:17px;
	display: none;
	margin-top: 8px;
	padding-top: 8px;
	cursor: pointer;
}
.ComingSoon-title p{
	width: 160px;
	color: #939393;
	font-size: 12px;
	cursor: pointer;
}
