@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑","sans-serif","Source Sans Pro",-apple-system,BlinkMacSystemFont;
	background: #fff;
	font-size: 14px;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input,
select,
textarea {
	outline: 0;
	margin: 0;
	padding: 0;
	font-family: "微软雅黑","sans-serif","Source Sans Pro",-apple-system,BlinkMacSystemFont;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
table {
  border-collapse: collapse;
}
img {
	border: 0;
	display: inline-block;
	max-width: 100%;
	width: auto;
	vertical-align: top;
}
ul,
li {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cl {
	clear: both;
}
.clear:after {
	content:"";
	display: block;
	clear:both;
}
.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bigimg img {
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.bigimg:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.to1{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.to2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.content {
	width: 1200px;
	margin: 0 auto;
}
.phone {
	display: none;
}


/*竞赛报名*/
.header_bg{
	width: 100%;
	height: 190px;
	background: url(../images/header_01.jpg) no-repeat center top;
	background-size: cover;
}
.header_top{
	width: 100%;
	text-align: right;
	height: 58px;
	color: #004da1;
	font-size: 14px;
	display: flex;
	justify-content: right;
	align-items: center;
}
.h_line{
    padding:0 10px;
}
.logo{
	float: left;
	width: 326px;
}
.logo img{
	width: 100%;
}
.search_bg{
	float: right;
	width: 280px;
	height: 40px;
	border: solid 1px #fff;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 5px;
	padding: 0 14px 0 16px;
	margin-top: 18px;
}
.search{
	float: left;
	width: 210px;
	height: 38px;
	line-height: 38px;
	color: #888;
	font-size: 14px;
	border: none;
	background: none;
}
.search::placeholder{
	color: #888;
}
.search_img{
	float: right;
	width: 18px;
	height: 18px;
	margin-top: 10px;
	cursor: pointer;
}
.search_img img{
	width: 100%;
	height: 100%;
}

.js_bg{
	width: 100%;
	min-height: 700px;
	background: url(../images/js_01.jpg) repeat-x left top #f8f8f8;
}
.js_box{
	padding: 64px 0 60px;
}
.js_tit{
	width: 100%;
	text-align: center;
	line-height: 52px;
	color: #222;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.js_tit img{
	width: 63px;
	height: 23px;
	margin: 0 35px;
}
.sai_left{
	float: left;
	width: 105px;
	color: #222;
	font-size: 20px;
	line-height: 40px;
	margin-bottom: 20px;
}
.sai_right{
	float: left;
	width: calc(100% - 105px);
}
.sai{
	width: 360px;
	height: 40px;
	line-height: 38px;
	padding-left: 10px;
	border: solid 1px #bfc5cc;
	background: url(../images/js_04.png) no-repeat scroll 95% center transparent;
	background-size: 13px 8px;
	appearance: none;
	-webkit-appearance: none;
	color: #444;
	font-size: 16px;
}
.sai_list{
	width: 100%;
	padding-bottom: 10px;
}
.sai_list li{
	float: left;
	min-width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0 27px;
	background: #fff;
	border-radius: 5px;
	margin: 0 15px 10px 0;
	cursor: pointer;
}
.sai_list li.active{
	background: #0d5fd7;
	color: #fff;
}
.saishi{
	width: 100%;
	padding-top: 20px;
}
.saishi li{
	background: #fff;
	padding: 20px 32px 20px 25px;
	margin-bottom: 28px;
}
.saishi_pic{
	float: left;
	width: 300px;
	height: 220px;
	border-radius: 10px;
	overflow: hidden;
}
.saishi_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}
.saishi_pic:hover img {
	transform: scale(1.1);
}
.saishi_right{
	float: left;
	width: calc(100% - 300px);
	padding-left: 22px;
}
.saishi_tt{
	color: #222;
	font-size: 24px;
	font-weight: bold;
	line-height: 50px;
	height: 50px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.saishi_p{
	padding: 10px 0;
}
.saishi_zu{
	float: left;
	width: calc(100% - 350px);
	line-height: 30px;
	color: #222;
	font-size: 18px;
}
.saishi_zu span{
	color: #454c51;
	font-size: 16px;
	line-height: 30px;
	padding: 0 17px;
	border-radius: 3px;
	background: #f1f5f8;
	display: inline-block;
	margin: 0 10px 5px 0;
}
.saishi_time{
	float: right;
	width: 350px;
	text-align: right;
	line-height: 30px;
	color: #222;
	font-size: 18px;
}
.saishi_txt{
	color: #444;
	font-size: 16px;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.saishi_bot{
	padding-top: 3px;
}
.bisai_time{
	float: left;
	color: #222;
	font-size: 18px;
	line-height: 30px;
	display: flex;
	align-items: center;
	margin-top: 9px;
}
.bisai_time img{
	width: 24px;
	height: 24px;
	margin-right: 10px;
}
.saishi_more{
	float: right;
	width: 120px;
	height: 48px;
	line-height: 46px;
	text-align: center;
	color: #0d5fd7;
	font-size: 16px;
	border: solid 1px #0d5fd7;
	background: #e6effb;
	border-radius: 50px;
}
.saishi_more a{
	display: block;
}
.saishi_bm{
	float: right;
	width: 120px;
	height: 48px;
	line-height: 46px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	border: solid 1px #0d5fd7;
	background: #0d5fd7;
	border-radius: 50px;
	margin-left: 18px;
}
.saishi_bm a{
	display: block;
}
.page{
	width: 100%;
	text-align: center;
	padding-top: 45px;
}
.page a{
	height: 36px;
	line-height: 34px;
	padding: 0 18px;
	display: inline-block;
	border: solid 1px #e8e8e8;
	background: #fff;
	color: #222;
	font-size: 14px;
	margin: 0 4px;
}
.page a.active{
	border: solid 1px #2a6ac9;
	background: #2a6ac9;
	color: #fff;
}
.page a:hover{
	border: solid 1px #2a6ac9;
	background: #2a6ac9;
	color: #fff;
}

.foot_bg{
	width: 100%;
	background: #152743;
}
.foot_line{
	padding: 36px 0 32px;
	border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
.f_logo{
	float: left;
	width: 164px;
}
.f_logo img{
	width: 100%;
}
.code{
	float: right;
	width: 100px;
	text-align: center;
	margin-top: 10px;
}
.code img{
	width: 100%;
	height: 100px;
	margin-bottom: 7px;
}
.code h1{
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	line-height: 26px;
}
.f_con{
	float: left;
	width: calc(100% - 264px);
	padding: 27px 54px;
	color: #fff;
	font-size: 16px;
	line-height: 36px;
}
.copyright{
	width: 100%;
	text-align: center;
	line-height: 26px;
	padding: 22px 0 20px;
	color: #fff;
	font-size: 14px;
}


/* 赛事详情 */
.js_box02{
	padding-bottom: 65px;
}
.path_bg{
	width: 100%;
	padding: 17px 0;
	background: rgba(255, 255, 255, 0.5);
	margin-bottom: 20px
}
.path{
	background: url(../images/js_07.png) no-repeat left center;
	background-size: 20px 18px;
	padding-left: 32px;
	line-height: 32px;
	color: #999;
	font-size: 16px;
}
.path span{
	color: #222;
}
.js_con{
	background: #fff;
	padding: 20px 24px;
	margin-bottom: 20px;
}
.js_con .saishi_zu{
	float: none;
	width: 100%;
	line-height: 30px;
	color: #222;
	font-size: 18px;
	padding: 10px 0 14px;
}
.js_con .bisai_time{
	margin: 0 45px 0 0;
}
.js_con .saishi_time{
	float: left;
	width: 400px;
	text-align: left;
	line-height: 30px;
	color: #222;
	font-size: 18px;
}
.s_bot{
	display: flex;
	padding-top: 22px;
}
.baoming{
	width: 140px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: #0d5fd7;
	border-radius: 50px;
	color: #fff;
	font-size: 16px;
}
.yibaoming{
	width: 140px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: #f1f5f8;
	border-radius: 50px;
	color: #0d5fd7;
	font-size: 16px;
}
.yijieshu{
	width: 140px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: #f1f5f8;
	border-radius: 50px;
	color: #666;
	font-size: 16px;
}

.show_bg{
	width: 100%;
	background: #fff;
	padding: 22px 25px 40px;
}
.show_tit{
	color: #0253ca;
	font-size: 20px;
	font-weight: bold;
	line-height: 38px;
	font-weight: bold;
	border-bottom: solid 1px #dce5ee;
	background: url(../images/js_08.png) no-repeat left 10px;
	background-size: 18px 18px;
	padding: 0 0 12px 30px;
	margin-bottom: 12px;
}
.show{
	color: #555;
	font-size: 18px;
	line-height: 36px;
	text-align: justify;
}
.show h1{
	color: #222;
	font-size: 18px;
	line-height: 34px;
}
.document{
	color: #222;
	font-size: 18px;
	line-height: 36px;
	margin-top: 36px;
}
.document a{
	color: #0d5fd7;
}


/* 立即报名 */
.signup_bg{
	padding: 7px 30px 78px 30px;
	background: #fff;
}
.signup_tit{
	width: 100%;
	height: 82px;
	color: #222;
	font-size: 18px;
	font-weight: bold;
	border-bottom: solid 1px #dce5ee;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 27px;
}
.signup_tit img{
	width: 18px;
	height: 18px;
	margin: 0 20px;
}
.m20{
	margin-bottom: 20px;
}
.signup_left{
	float: left;
	width: 420px;
	text-align: right;
	line-height: 50px;
	color: #555;
	font-size: 18px;
	padding-right: 14px;
}
.signup_left span{
	color: #db1616;
}
.signup_right{
	float: left;
	width: calc(100% - 420px);
}
.zu{
	width: 460px;
	height: 50px;
	line-height: 48px;
	padding-left: 12px;
	border: solid 1px #bfc5cc;
	background: url(../images/js_09.png) no-repeat scroll 97% center transparent;
	background-size: 10px 6px;
	appearance: none;
	-webkit-appearance: none;
	color: #222;
	font-size: 16px;
}
.name{
	width: 460px;
	height: 50px;
	line-height: 48px;
	padding-left: 12px;
	border: solid 1px #bfc5cc;
	background: #fff;
	color: #222;
	font-size: 16px;
}
.name::placeholder{
	color: #222;
}
.name02{
	width: 460px;
	height: 50px;
	line-height: 48px;
	padding-left: 12px;
	border: solid 1px #bfc5cc;
	background: #fff;
	color: #222;
	font-size: 16px;
}
.name02::placeholder{
	color: #999;
}
.zhengjian{
	width: 460px;
	height: 50px;
	line-height: 48px;
	padding-left: 12px;
	border: solid 1px #bfc5cc;
	background: #fff;
	color: #999;
	font-size: 16px;
}
.zhengjian::placeholder{
	color: #999;
}
.add{
	float: left;
	width: 150px;
	height: 50px;
	line-height: 48px;
	padding-left: 12px;
	border: solid 1px #bfc5cc;
	background: url(../images/js_09.png) no-repeat scroll 92% center transparent;
	background-size: 10px 6px;
	appearance: none;
	-webkit-appearance: none;
	color: #999;
	font-size: 16px;
	margin-right: 5px;
}
.add02{
	width: 460px;
	height: 100px;
	line-height: 28px;
	padding: 10px 0 0 12px;
	border: solid 1px #bfc5cc;
	background: #fff;
	color: #999;
	font-size: 16px;
	margin-top: 10px;
}
.add02::placeholder{
	color: #999;
}
.btn_qr_box{
	width: 100%;
}
.btn_qr{
	width: 300px;
	height: 50px;
	background: #0d5fd7;
	border: none;
	color: #fff;
	font-size: 16px;
	border-radius: 50px;
	margin-top: 78px;
	cursor: pointer;
}
.tm_bg{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	display: none;
}
.pay_bg{
	width: 500px;
	padding: 32px 32px 44px;
	background: #fff;
	border-radius: 10px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 102;
}
.pay_close{
	width: 18px;
	height: 18px;
	position: absolute;
	top: 18px;
	right: 22px;
	cursor: pointer;
}
.pay_close img{
	width: 100%;
	height: 100%;
}
.pay_tit{
	color: #222;
	font-size: 22px;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 20px;
}
.pay_code{
	width: 190px;
	height: 190px;
	border: solid 1px #e5e5e5;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 7px;
}
.pay_code img{
	width: 158px;
	height: 158px;
}
.pay_txt01{
	color: #0d5fd7;
	font-size: 18px;
	line-height: 32px;
}
.pay_txt02{
	color: #222;
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
}
.pay_txt03{
	color: #222;
	font-size: 18px;
	line-height: 34px;
	margin-bottom: 4px;
}
.pay_tel{
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #0d5fd7;
	border-radius: 3px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	margin: 0 auto;
}


/* 登录 */
.logo_box{
	padding: 38px 0 42px;
}
.logo_bg{
	background: #fff;
	padding: 36px 30px 32px;
}
.login_tit{
	color: #222;
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}
.login_tit img{
	width: 208px;
	height: 12px;
	margin: 0 24px;
}
.login_left{
	float: left;
	width: 434px;
	padding-right: 12px;
	text-align: right;
	line-height: 50px;
	color: #222;
	font-size: 18px;
}
.login_right{
	float: left;
	width: calc(100% - 434px);
}
.tel{
	width: 350px;
	height: 50px;
	line-height: 48px;
	padding-left: 14px;
	border: solid 1px #bfc5cc;
	background: #fff;
	color: #888;
	font-size: 16px;
}
.tel::placeholder{
	color: #888;
}
.yzm_bg{
	width: 350px;
	height: 50px;
	border: solid 1px #bfc5cc;
}
.yzm{
	float: left;
	width: 184px;
	height: 48px;
	line-height: 48px;
	padding-left: 14px;
	color: #888;
	font-size: 16px;
	border: none;
	background: none;
}
.yzm_txt{
	float: right;
	width: 140px;
	padding-right: 12px;
	line-height: 48px;
	text-align: right;
	color: #2a6ac9;
	font-size: 16px;
	cursor: pointer;
}
.log_txt{
	width: 350px;
	text-align: right;
	line-height: 17px;
	color: #666;
	font-size: 16px;
	line-height: 30px;
	padding-top: 12px;
	cursor: pointer;
}
.left_p{
	padding-left: 434px;
}
.left_p02{
	padding: 20px 0 0 434px;
}
.btn_log{
	width: 300px;
	height: 56px;
	background: #2a6ac9;
	border: none;
	color: #fff;
	font-size: 18px;
	border-radius: 60px;
	cursor: pointer;
	margin-left: 17px;
}
.goreg{
	width: 335px;
	text-align: center;
	line-height: 34px;
	padding: 14px 0;
	color: #2a6ac9;
	font-size: 18px;
}
.agree{
	color: #666;
	font-size: 16px;
	line-height: 32px;
}
.agree a{
	color: #2a6ac9;
}
.custom-radio {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    user-select: none;
}
.custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.radio-checkmark {
    position: absolute;
    top: 8px;
    left: 0;
    height:16px;
    width: 16px;
    background-color: #f5f5f5;
    border-radius: 3px;
    border: 1px solid #ccc;
    transition: all 0.3s;
}
.custom-radio:hover input ~ .radio-checkmark {
    background-color: #e0e0e0;
}
.custom-radio input:checked ~ .radio-checkmark {
    background-color: #2a6ac9;
    border-color: #2a6ac9;
}
.custom-radio input:checked {
    pointer-events: none;
}
.radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.custom-radio input:checked ~ .radio-checkmark:after {
    display: block;
}
.custom-radio .radio-checkmark:after {
    left: 3px;
    top: 0;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.mmbox{
	display: none;
}
.mima_box{
	padding: 20px 26px 200px;
	background: #fff;
}
.mima_box .show_tit{
	margin-bottom: 76px;
}
.pt{
	padding-top: 20px;
}


/* 个人中心-编辑个人资料 */
.icon01{
	width: 16px;
	height: 16px;
	margin-right: 6px;
}
.icon02{
	width: 16px;
	height: 18px;
	margin-left: 16px;
}
.top_zh{
	display: inline-block;
	line-height: 31px;
	background: rgba(255, 255, 255, 0.4);
	padding: 0 14px;
	border-radius: 30px;
	color: #004da1;
	font-size: 16px;
	margin-left: 8px;
}
.per_bg{
	background: #fff;
	padding: 20px 25px 80px;
}
.per_bg .show_tit{
	margin-bottom: 20px;
}
.per_left{
	float: left;
	width: 160px;
}
.per_right{
	float: left;
	width: calc(100% - 160px);
	padding-left: 20px;
}
.list{
	width: 100%;
}
.list li{
	background: #f8f8f8;
	border-bottom: solid 1px #e7e7e7;
	text-align: center;
	line-height: 28px;
	color: #333;
	font-size: 18px;
}
.list li:last-child{
	border-bottom: none;
}
.list a{
	display: block;
	padding: 14px 0;
}
.list li.active{
	background: #0253ca;
	color: #fff;
	font-weight: bold;
}
.right_b{
	border: solid 1px #e5e5e5;
	border-radius: 0 10px 10px 10px;
	padding: 32px 30px 46px;
}
.right_l{
	float: left;
	width: 300px;
	padding-right: 15px;
	text-align: right;
	line-height: 50px;
	color: #555;
	font-size: 18px;
}
.right_l span{
	color: #d50000;
}
.right_r{
	float: left;
	width: calc(100% - 300px);
}
.xxadd{
	float: left;
	width: 150px;
	height: 50px;
	line-height: 48px;
	padding-left: 12px;
	border: solid 1px #bfc5cc;
	background: url(../images/js_09.png) no-repeat scroll 92% center transparent;
	background-size: 10px 6px;
	appearance: none;
	-webkit-appearance: none;
	color: #222;
	font-size: 16px;
	margin-right: 5px;
}
.xxadd02{
	width: 460px;
	height: 100px;
	line-height: 28px;
	padding: 10px 0 0 12px;
	border: solid 1px #bfc5cc;
	background: #fff;
	color: #222;
	font-size: 16px;
	margin-top: 10px;
}
.xxadd02::placeholder{
	color: #222;
}
.right_rp{
	padding: 28px 0 0 347px;
}


/* 个人中心-已报赛事 */
.contest_bg{
	background: #f9f9f9;
	border-radius: 0 10px 10px 10px;
	padding: 25px 24px 40px;
	min-height: 700px;
}
.contest{
	width: 100%;
}
.contest li{
	height: 260px;
	padding: 20px 24px;
	background: #fff;
	position: relative;
	margin-bottom: 28px;
}
.contest li:last-child{
	margin-bottom: 0;
}
.contest_rt_bg{
	width: 73px;
	height: 68px;
	background: url(../images/per_03.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.contest_rt{
	width: 100%;
	line-height: 24px;
	text-align: center;
	transform: rotate(45deg);
	color: #fff;
	font-size: 16px;
	position: absolute;
	left: 12px;
	bottom: 30px;
	z-index: 2;
}
.contest_right{
	float: left;
	width: calc(100% - 300px);
	padding-left: 24px;
}
.contest_zu{
	line-height: 30px;
	color: #222;
	font-size: 18px;
	padding: 8px 0 10px;
}
.contest_zu span{
	color: #454c51;
	font-size: 16px;
	line-height: 30px;
	padding: 0 17px;
	border-radius: 3px;
	background: #f1f5f8;
	display: inline-block;
	margin: 0 10px 5px 0;
}
.contest_bot{
	padding-top: 14px;
}
.contest_bot .bisai_time{
	margin: 0;
}
.contest_more{
	float: right;
	color: #0d5fd7;
	font-size: 16px;
	line-height: 30px;
}


/* 个人中心-成绩查询 */
.score_tit{
	width: 100%;
	text-align: center;
	line-height: 44px;
	padding: 18px 0 38px;
	color: #222;
	font-size: 24px;
	font-weight: bold;
}
.m27{
	margin-bottom: 27px;
}
.score_left{
	float: left;
	width: 312px;
	text-align: right;
	line-height: 54px;
	padding-right: 32px;
	color: #222;
	font-size: 18px;
}
.score_right{
	float: left;
	width: calc(100% - 312px);
}
.score_name{
	width: 420px;
	height: 54px;
	line-height: 52px;
	padding-left: 12px;
	border: solid 1px #bfc5cc;
	background: #fff;
	color: #222;
	font-size: 16px;
}
.score_name::placeholder{
	color: #222;
}
.score_p{
	padding: 10px 0 0 312px;
}


/* 个人中心-查询结果 */
.result_box .contest_bg{
	padding: 26px 124px 24px 45px;
}
.result_box .score_tit{
	text-align: left;
	padding: 0 0 14px;
}
.result_bg{
	background: #fff;
	padding: 38px 20px;
}
.m16{
	margin-bottom: 16px;
}
.result_left{
	float: left;
	width: 116px;
	padding-right: 12px;
	line-height: 30px;
	text-align: right;
	color: #222;
	font-size: 18px;
}
.result_right{
	float: left;
	width: calc(100% - 116px);
	line-height: 30px;
	color: #222;
	font-size: 18px;
	font-weight: bold;
}


/* 个人中心-修改密码 */
.mima_box .contest_bg{
	padding: 56px 24px;
}
.mima_box .right_l{
	width: 262px;
	padding-right: 12px;
}
.mima_box .right_r{
	width: calc(100% - 262px);
}
.mima_box .score_p{
	padding: 18px 0 0 260px;
}
.mima_box .yzm{
	padding: 0;
}


/* 个人中心-退出登录 */
.quit_box{
	width: 360px;
	background: #fff;
	border-radius: 10px;
	padding: 47px 32px 28px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.quit_icon{
	width: 34px;
	height: 34px;
	margin: 0 auto;
}
.quit_icon img{
	width: 100%;
	height: 100%;
}
.quit_tit{
	width: 100%;
	line-height: 48px;
	text-align: center;
	color: #333;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
}
.btn_cancel{
	float: left;
	width: 140px;
	height: 48px;
	line-height: 46px;
	text-align: center;
	background: #e6effb;
	border: solid 1px #0d5fd7;
	border-radius: 50px;
	color: #0d5fd7;
	font-size: 16px;
	cursor: pointer;
}
.btn_confirmation{
	float: right;
	width: 140px;
	height: 48px;
	line-height: 46px;
	text-align: center;
	background: #0d5fd7;
	border: solid 1px #0d5fd7;
	border-radius: 50px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}


/* 头像 */
.avatar_box{
	display: flex;
	align-items: center;
}
#avatar{
	width: 100px;
	height: 140px;
	object-fit: cover;
}