*{margin:0;padding:0;box-sizing: border-box;}
html{
    font-size:62.5%;
    overflow-x: hidden;
}
body{
    font-size:12px;
    font-family:"微软雅黑","Microsoft YaHei","PingFang SC","Lantinghei SC","HanHei SC","Helvetica Neue","Open Sans",Arial,"Hiragino Sans GB",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif;
    background:#fff;
}
input:focus, textarea:focus,select:focus ,button:focus{outline: none;}
em,i,b,h1,h2,h3,h4,h5,h6{
    font-style: normal;
    font-weight: normal;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    font-size: 0;
}
a {
    color: #000;
    text-decoration: none;
} /* 
a:hover{
    text-decoration: none;
}*/
ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.displaynone{
    display:none;
}
.f_left{
    float: left;
}
.f_right{
    float:right;
}
.clear{
    clear:both;
}
.container{
    padding:0;
}
.row{
    margin:0 auto;
}
[class^=col-]{
    padding:0;
}
.reg_now{
    /* background-color: #f37834; */
}
.import_error_layer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
	z-index: 9;
}
.import_error {
    width: 260px;
    height: 125px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -130px;
    margin-top: -62.5px;
    background: #fff;
    border-radius: 5px;
}
.import_error_promt {
    padding: 20px 15px;
    height: 85px;
    font-size: 14px;
    color: #000;
    border-bottom: 1px solid #ddd;
}
.import_error_btn {
    height: 40px;
    line-height: 40px;
    color: #000;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}
.cancel_order_layer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
}
.cancel_order_layer .promt_con {
    width: 345px;
    height: 215px;
    border-radius: 5px;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -107.5px;
    margin-left: -172.5px;
    padding: 26px 20px 12px 20px;
}
.cancel_order_layer .promt_con .promt_text {
    border: 1px solid #40b3ff;
    padding: 5px 6px;
    background: #e5f5ff;
    height: auto;
    display: flex;
    align-items: center;
}
.cancel_order_layer .btn {
    position: absolute;
    bottom: 20px;
    left: 0;
    text-align: center;
    width: 100%;
}
.cancel_order_layer .btn button {
    width: 75px;
    height: 25px;
    border: 0;
    border-radius: 3px;
    margin-right: 5px;
}
.cancel_order_layer .btn button.ok {
    background: #0949fa;
    color: #fff;
}
.cancel_order_layer .btn button.cancel {
    background: #dfdfdf;
    color: #000;
}

.refund_config{
    display: none;
    background: #F9F9F9;
    border-radius: 3px;
    padding: 10px;
    flex-direction: column;
    gap: 8px;
    margin-top: 10px;
}
.refund_config p{
    margin-bottom: 0!important;
    font-size: 12px;
    color: #333333;
}

.refund_config p span{
    color: #656565;
}

.refund_config .todo{
    background: #fff;
    border-radius: 3px;
    padding: 8px 6px;
    display: inline-flex;
    flex-direction: column;
    gap: 6px;
}
.refund_config .todo p{
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}
.refund_config .prompt{
    display: flex;
    font-size: 12px;
}
.refund_config .prompt p{
    color: #656565;
}
.refund_config .prompt img{
    margin-right: 4px;
}
.refund_config .prompt span{
    color: #EE6A20;
}


.refund_order_layer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    background: rgba(0, 0, 0, .5);
}
.refund_order_layer .promt_con {
    border-radius: 6px 6px 0 0;
    width: 434px;
    padding-bottom: 16px;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    margin-left: -218px;
}
.refund_order_layer .title{
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    color: #333333;
    background: #F3F3F3;
}

.refund_order_layer .proc{
    box-sizing: border-box;
    margin: 24px 24px 0;
    gap: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.refund_order_layer .proc .item-row::before{
    content: '';
    display: block;
    position: absolute;
    left: 13.4px;
    top: 0;
    height: 100%;
    z-index: -1;
    width: 1px;
    border-left: 1px dashed #00A1D6;
}

.refund_order_layer .proc .item-row::after{
    content: '';
    display: block;
    position: absolute;
    left: 13.4px;
    bottom: -10px;
    height: 8px;
    z-index: -1;
    width: 1px;
    border-left: 1px dashed #00A1D6;
}

.refund_order_layer .proc .item-row:first-child::before{
    top: 50%;
    height: 50%;
}

.refund_order_layer .proc .item-row:last-child::before{
    content: '';
    display: block;
    position: absolute;
    left: 13.4px;
    top: 0;
    height: 50%;
    z-index: -1;
    /* border-left: 1px dashed #00A1D6; */
}
.refund_order_layer .proc .item-row:last-child::after{
    display: none;
}

.refund_order_layer .proc img{
    width: 16px;
    height: 16px;
    display: block;
    margin: 0 6px;
}

.refund_order_layer .proc .item-row{
    display: flex;
    position: relative;
    align-items: center;
}
.refund_order_layer .proc .item-row > div{
    background: #F9F9F9;
    padding: 8px;
    border-radius: 4px;
    margin: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.refund_order_layer .proc .item-row > div p{
    display: flex;
    align-items: center;
    margin: 0;
}
.refund_order_layer .proc .item-row span{
    display: block;
    width: 68px;
    font-size: 12px;
    color: #333333;
}
.refund_order_layer .proc .item-row span:first-child{
    font-weight: 700;
}
.refund_order_layer .proc .item-row span.time{
    color: #656565;
    flex: 1;
}

.refund_order_layer .sec{
    height: 30px;
    background: #F3F3F3;
    border-radius: 4px;
    padding: 0 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #333333;
    margin: 24px 24px 10px;
}
.refund_order_layer .files{
    display: flex;
    margin-bottom: 6px;
    margin: 0 34px 6px;
}
.refund_order_layer .files span{
    font-size: 13px;
    color: #656565;
}
.refund_order_layer .files span:first-child{
    width: 100px;
    flex-shrink: 0;
    display: block;
}
.refund_order_layer .confirm{
    width: 96px;
    height: 32px;
    border: none;
    background: #00A1D6;
    border-radius: 4px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    margin: 40px auto 0;
    display: block;
}

.refund_order{
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    padding: 5px 8px;
    font-family: HarmonyOS_Sans_SC;
    font-size: 13px;
    color: #333333;
    text-align: center;
}


@media (max-width: 768px) {
    .refund_order_layer .promt_con {
        width: 370px;
        margin-left: -185px;
    }
}


#content-section {
    /*padding-top:30px;*/
    min-height: 600px;
    display: flow-root;
}

.location{
    padding-bottom: 20px;
    padding-top: 20px;
}

.location a {
    color: #000;
    text-decoration: none;
} 
 

/*  我的报名 start  */

.forminfo{
    padding-bottom: 170px;
}

.is_layer{
	background-color: #fff;
	width: 300px;
	height: 160px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -100px;
	margin-top: -75px;
	z-index: 20001;
	display: none;
}
.is_layer .promt_text{
	height: 100px;
    border-bottom: 1px solid #ddd;
    padding: 30px;
}
.is_layer .layer_btn{
	padding: 0 15px;
}
@media (max-width: 768px) {
	#content-section{
		min-height: 400px;
	}
	div.container{
		padding: 0 15px;
	}
    .forminfo{
        padding-bottom: 30px;
    }
}
.forminfo .h_title{
    border-bottom: 3px solid #303030;
}
.forminfo .f_info{
    padding: 50px 30px 0 30px;
}
.forminfo .f_info ul li{
    margin-bottom: 25px;
}
@media (max-width: 768px) {
    .forminfo .f_info{
        padding: 20px 0 0 0;
    }
	.forminfo .f_info table,.forminfo .f_info img {
		max-width: 100%;
	}
    .forminfo .f_info ul li{
        margin-bottom: 10px;
    }
}
.forminfo .f_info ul li label,
.query_prompt .prompt_left{
    width: 130px;
    padding-right: 10px;
}
.forminfo .f_info ul li input[type=text]{
    width: 50%;
    height: 50px;
	line-height: 50px;
    border: 1px solid rgb(169, 169, 169);
	border-radius:0;
	padding-left:2%;
}
.forminfo .f_info ul li .select_one{
    width: 50%;
	border: 1px solid rgb(169, 169, 169);
	border-radius:0;
	padding:0 2%;
}
@media (max-width: 768px) {
    .forminfo .f_info ul li input[type=text],
    .forminfo .f_info ul li .select_one{
        width: 66%;
        /* padding: 10px 15px; */
    }
}
.forminfo .f_info ul li select{
    height: 50px;
	line-height: 50px;
}
.forminfo .f_info ul li .text_one{
    border: 0;
}
.forminfo .f_info ul li input[type=button]{
    width: 215px;
    height: 60px;
    border: 0;
}
@media (max-width: 768px) {
    .forminfo .f_info ul li input[type=button]{
        width: 100%;
        height: 40px;
        border: 0;
    }
}
.forminfo .f_info .success{
    height: 45px;
    line-height: 45px;
}
.forminfo .f_info .query_prompt{
    min-height: 45px;
    line-height: 45px;
}
@media (max-width: 768px) {
    .forminfo .f_info .query_prompt{
       min-height: 40px;
        line-height: 30px;
    }
}
.forminfo .f_info .query_prompt .prompt_left{
    width: 150px;
    display: inline-block;
}
@media (max-width: 768px) {
    .forminfo .f_info ul li label,
    .query_prompt .prompt_left,.forminfo .f_info .query_prompt .prompt_left{
        width: 29%;
        padding-right: 10px;
    }
}
@media (max-width: 400px) {
    .forminfo .f_info ul li label,
    .query_prompt .prompt_left,.forminfo .f_info .query_prompt .prompt_left{
        width: 31%;
        padding-right: 10px;
    }
}
/*  我的报名 end  */


/*  关于我们 start  */
.feedback_left{
    padding: 0 40px;
}
@media (max-width: 768px) {
    .feedback_left{
        padding: 0;
        margin-bottom: 15px;
    }
}
.forminfo .h_title_two .sline_one{
    width: 65px;
    height: 15px;
    display: block;
    margin: 0 auto;
    border-bottom: 3px solid #1a1a1a;
}
/*  关于我们 end  */

/*  新闻列表 start  */
.forminfo .f_info .ul_news li{
    width: 100%;
    height: 310px;
    padding: 15px 0 22px 0;
    border-bottom: 1px solid #dfded7;
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .forminfo .f_info .ul_news li{
        height: auto;
        padding: 10px 0 15px 0;
    }
}
.forminfo .f_info .q_three img{
    width: 100%;
    max-height: 270px;
}
.forminfo .f_info .q_info_three{
    padding-left: 20px;
}
@media (max-width: 768px) {
    .forminfo .f_info .q_info_three{
        padding-left: 0;
		padding-top: 10px;
    }
	 .forminfo .f_info .q_info_three h6{
		 line-height: 25px;
	 }
}
.forminfo .f_info .pnews_info{
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    word-wrap: break-word;
    height: 60px;
    padding-bottom: 45px;
}
@media (max-width: 768px) {
    .forminfo .f_info .pnews_info{
        line-height: 25px;
    }
}
.forminfo .f_info .info_btn{
    width: 220px;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
}
@media (max-width: 768px) {
    .forminfo .f_info .info_btn{
        width: 100%;
        height: 40px;
        line-height: 40px;
    }
}
.forminfo .f_info a.info_btn:hover,
.forminfo .f_info a.info_btn:focus{
    color: #fff;
}
/*  新闻列表 end  */
/*  公告列表 start  */
.forminfo .f_info .ul_notice li {
    width: 100%;
    padding: 0 0 13px 20px;
    border-bottom: 1px dashed #c4bebd;
}
@media (max-width: 768px) {
    .forminfo .f_info .ul_notice li {
        padding: 0 0 13px 0;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
    }
}
.forminfo .f_info .q_two{
    width: 62px;
    height: 42px;
    color: #00ccff;
}
@media (max-width: 768px) {
    .forminfo .f_info .q_two{
        width: 25%;
    }
}
@media (max-width: 768px) {
    .forminfo .f_info .ul_notice li .q_info_two{
        width: 75%;
    }
}
.forminfo .f_info .h_notice_title{
    width: 100%;
    padding: 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.4rem;
}
@media (max-width: 768px) {
    .forminfo .f_info .h_notice_title{
        padding: 0 10px;
        line-height: 1.2rem;
    }
    .forminfo .f_info ul li .select_one{
        width: 65%!important;
        background: unset;
        border: 1px solid #ccc;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        padding-right: 30px;
        background-image: url(/static/themes/img/match/select_icon.png);
        background-repeat: no-repeat;
        background-position: 100%;
        background-position-x: 98.5%;
    }
}
.forminfo .f_info .q_nuber{
    display: block;
    width: 100%;
}
/*  公告列表 end  */

/*  详情标题 start  */
.forminfo .f_info .datails_title{
    width: 100%;
    padding-bottom: 43px;
    border: 0px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .forminfo .f_info .datails_title{
        padding-bottom: 20px;
    }
}
.media_con p {
    font-size: 16px;
    color: #000;
    /* line-height: 30px;
    margin-bottom: 15px; */
    text-indent: 2em;
}
.media_con a{
    color: #337ab7;
 }
.media_con a:hover,
.media_con a:focus{
    color: #337ab7;
    text-decoration: underline;
}
/* .media_con table{
    margin: 0 auto;
} */
.navbar-static-top{
    z-index: 1;
}
.swiper-container{
    z-index: 0;
}
@media (max-width: 768px) {
    .media_con img{
        max-width: 100%!important;
        height: auto!important;
    }
    .media_con p{
        font-size: 14px;
        color: #000;
        /* line-height: 20px;
        margin-bottom: 10px; */
    }
}
/*  详情标题 end  */

/*  分页 start  */
.page{
    height: 34px;
    margin: 30px auto;
    text-align: center;
}
.page a{
    width: 40px;
    height: 36px;
    background: url(/static/themes/img/pagebg.png) no-repeat;
    line-height: 36px;
    margin: 0 5px;
    display: inline-block;
}
.page .current{
    width: 36px;
    height: 36px;
    /*background: url(/static/themes/img/pagehover.png) no-repeat;*/
    text-align: center;
    line-height: 36px;
    display: inline-block;
    border-radius: 5px;
}
/*  分页 end  */
@media (max-width: 768px) {
    .f_info img{
        width: 100%!important;
    }
    .xapp-text-xxxxxxxlg{
        font-size: 20px;
    }
    .xapp-text-xxxxxxlg{
        font-size: 26px;
    }
    .xapp-text-xxxxxlg{
        font-size: 24px;
    }
    .xapp-text-xxxxlg{
        font-size: 16px;
    }
    .xapp-text-xxxlg{
        font-size: 20px;
    }
    .xapp-text-xxlg{
        font-size: 18px;
    }
    .xapp-text-xlg{
        font-size: 16px;
    }
    .xapp-text-lg{
        font-size: 14px;
    }
    .xapp-text-md{
        font-size: 12px;
    }
}
.footer{margin-top: 30px;}
.footer_foot{
    padding-top: 10px;
    border-top: 1px solid rgba(255,255,255,.5);
}
 #friend_link{
    display: flex;
    justify-content: center;
    gap: 10px;
}
 #friend_link ul{
    display: flex;
    gap: 10px;
}
.footer_foot a{
    color: #fff;
}
.footer_foot a:hover{
    color: #fff;
}


/*公共语言和登录start*/
.LAR{
    height: 38px;
    text-align: right;
    position: relative;
}
.LR{
    position: absolute;
    right: 120px;
    top: 2px;
}
.top_lang .LAR button{
    border-radius: 15px;
    background: transparent;
    margin-bottom: 4px;
}
.drop_username button{
    margin-bottom: 2px;
}
.drop_username,.droplanguage{
    margin-left: 15px;
    width: 100px!important;
    /*position: relative;*/
    /*height: 36px;*/
    margin-bottom: 2px;
}
.languages .caret{
    /*position: absolute;*/
    /*top: 16px;*/
    /*right: 5px;*/
}
.zh-icon,.en-icon,.kor-icon,.jp-icon{
    position: absolute;
    width: 18px;
    height: 15px;
    left: 10px;
    top: 11px;
}
.languages,.user_name{
    width: 100px;
    text-align: right;
    padding-right: 10px;
}
/*.droplanguage {*/
	/*display: none;*/
/*}*/
.divider {
	height: 20px;
	width: 1px;
	border: 1px solid #999;
	margin-top: 10px;
	/*display: none;*/
}
.user_name{
    width: 100px;
    height: 34px;
    line-height: 40px;
    color: #999;
    position: relative;
    overflow: hidden;
    font-size: 16px;
}
.user_name span{
    width: 70px;
    display: inline-block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.user_name .caret{
    position: absolute;
    right: 5px;
    top: 16px;
}
.drop_username #dropdown-menu{
    min-width: 100px;
    position: absolute;
    z-index: 999999;
}
.droplanguage #dropdown-menu{
    min-width: 100px!important;
    position: absolute;
    z-index: 999999;
}
.dropdown-menu>li>a{
    padding: 5px 15px;
    margin-right: 0;
    text-align: center;
    font-size: 16px;
}
.languages > a{
    position: relative;
    display: inline-block;
    width: 80px;
    text-align: center;
    line-height: 15px;
    margin-right: 2px!important;
    padding-left: 20px;
}
.languages > a i{
    position: absolute;
    left: 0;
    top: 3px;
}
.LAR button a:hover{
    color: red;
}
.LAR .row > div > button{
    padding-right: 0px;

}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus,
.btn-group.open .dropdown-toggle{
    outline: none;
    box-shadow: none;
}
.btn-default.active,.btn-default:active, .open>.dropdown-toggle.btn-default{
    border-color: #e6e6e6;
}
.user_name,.user_name:hover,
.user_name:active,.user_name:focus,
.user_name{
    /*border: 1px solid transparent;*/
    /*background-color: #f0f0f0!important;*/
    /*background-color:rgba(0,0,0,0);*/
}
.btn-group.open .dropdown-toggle{
    box-shadow: none!important;
}
.user_name:focus{
    color: #fff;
}
.user_name.active.focus,
.user_name.active:focus,
.user_name.active:hover,
.user_name:active.focus,
.user_name:active:focus,
.user_name:active:hover,
.open>.dropdown-toggle.user_name.focus,
.open>.dropdown-toggle.user_name:focus,
.open>.dropdown-toggle.user_name:hover{
    border: 1px solid transparent;
}
.top_lang a i.zh-ico{
    background-image: url(/static/themes/img/dayangwan/icon/top-ico.png);
    background-position: -67px -1px;
}
.top_lang a i.en-ico{
    background-image: url(/static/themes/img/dayangwan/icon/top-ico.png);
    background-position: -85px -1px;
}
.top_lang a i.ko-ico{
    background-image: url(/static/themes/img/dayangwan/icon/hanguo.png);
}
.top_lang a i.ja-ico{
    background-image: url(/static/themes/img/dayangwan/icon/riben.png);
}
.pc_login,.pc_user{
    display: block;
    cursor: pointer;
}
.mob_login,.mob_user{
    display: none;
}
.pc_user{
    color: #000;
}
.pc_user span{
    height: 34px;
    line-height: 34px;
    color: #000;
}
@media (max-width: 768px) {
    .LAR{
        text-align: center;
    }
    .languages, .user_name{
        padding-right: 0;
        width: auto;
    }
    .languages > a i{
        position: unset;
        vertical-align: unset;
    }
    .languages > a{
        width: auto;
        padding-left: 0;
    }
    .languages >a span{
        padding-left: 0;
        width: auto;
    }
    .languages .caret{
        margin-top: -6px;
    }
    .drop_username, .droplanguage{
        width: auto!important;
        margin-bottom: 0;
    }
    .user_name{
        width: 50px;
        line-height: 50px;
        text-align: center;
        color: #fff;
    }
    .pc_login,.pc_user{
        display: none;
    }
    .mob_login,.mob_user{
        display: block;
    }
    div.divider{
        display: none;
    }
}
.dropdown-menu .divider{
    margin: 0;
    padding: 0;
}

/* 取消订单弹框  start */
.cancel_order_layer{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    z-index: 9;
}
.cancel_order_layer .promt_con{
    width: 345px;
    height: 215px;
    border-radius: 5px;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -107.5px;
    margin-left: -172.5px;
    padding: 26px 20px 12px 20px;
}
.cancel_order_layer .promt_con .promt_text{
    border: 1px solid #40b3ff;
    padding: 5px 6px;
    background: #e5f5ff;
    height: auto;
}
.cancel_order_layer .promt_con .promt_text em{
    width: 16px;
    height: 16px;
    display: block;
    background-image: url(/static/img/user/icon_1.png);
    background-repeat: no-repeat;
    float:left;
    margin-right: 5px;
}
.cancel_order_layer .promt_con .promt_text span{
    width: 265px;
    float:left;
    font-size: 12px;
}
.cancel_order_layer .btn{
    position: absolute;
    bottom: 20px;
    left: 0;
    text-align: center;
    width: 100%;
}
.cancel_order_layer .btn button{
    width: 75px;
    height: 25px;
    border: 0;
    border-radius: 3px;
    margin-right: 5px;
}
.cancel_order_layer .btn button.ok{
    background: #0949fa;
    color: #fff;
}
.cancel_order_layer .btn button.cancel{
    background: #dfdfdf;
    color: #000;
}
/* 取消订单弹框  end */


/* 弹框提示 start */
.layer{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20000;
    display: none;
}

.qrcode_layer {
    width: 340px;
    height: 440px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -115px;
    margin-left: -170px;
    background: #fff;
    z-index: 20000;
    display: none;
}

.qrbox {
    display: flex;
    flex-flow: row;
    justify-content: center;
}

.qrcode_tip {
    margin-top: 14px;
    text-align: center;
    font-size: 16px;
}

.layer_promt{
    width: 340px;
    height: 230px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -115px;
    margin-left: -170px;
    background: #fff;
    z-index: 20000;
    display: none;
}
.layer_title{
	border-bottom-width: 1px;
	border-bottom-style: solid;
    height: 37px;
}
.layer_title span{
    display: block;
    width: 130px;
    height: 100%;
    float: left;
    font-size: 16px;
    color: #000;
    padding-left: 15px;
    line-height: 37px;
    /* background: url(/static/themes/img/detail_item_title.png) no-repeat; */
    background-size: 100% 120%;
}
.layer_title em{
    display: block;
    width: 13px;
    height: 13px;
    float: right;
    cursor: pointer;
    background: url(/static/themes/img/match/close.png) no-repeat;
    background-size: 100%;
    margin-top: 10px;
    margin-right: 10px;
}
.promt_text{
    height: 135px;
    border-bottom: 1px solid #ddd;
    padding: 30px;

}
.addcard .promt_text em{
    width: 30px;
    background: url(/static/themes/img/match/card_icon.png) no-repeat;
}
.promt_text em{
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    /* float: left; */
    /* margin-top: 2px; */
    background: url(/static/themes/img/match/icon_1.png) no-repeat;
}
.promt_text span{
    font-size: 14px;
    color: #000;
}
.layer_btn{
    text-align: center;
    padding: 0 40px;
}
.layer_btn a{
    display: block;
    width: 115px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    border-radius: 14px;
    /* background: #f37834; */
    margin: 0 auto;
    margin-top: 13px;
}
.layer_btn a.confirm{
    float: left;
    background: #337ab7;
}
.layer_btn a.cancal{
    float: right;
    background: #999;
}
/* 弹框提示 end */

/* 免则声明 start */
.declare_layer{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow-y: scroll;
    background: rgba(0,0,0,.5);
    z-index: 20000;
}
.declare{
    width: 970px;
    margin: 0 auto;
    background: #fff;
}
.detail_title .close{
    display: block;
    width: 20px;
    height: 20px;
    margin-top: 12px;
    background: url(/static/themes/img/match/close.png) no-repeat;
    cursor: pointer;
}
.declare_text{
    padding: 10px 30px;
    border-bottom: 1px solid #ddd;
    height: 450px;
    overflow-y: scroll;
}
.declare_text p{
    font-size: 14px;
    color: #000;
    line-height: 24px;
    margin-top: 35px;
    margin-bottom: 35px;
}
.declare_btn{
    height: 90px;
    padding-top: 20px;
}
.declare_btn a{
    font-size: 16px;
    color: #fff;
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    margin: 0 auto;
    background: #f37834;
}
/* 免则声明 end */

.cancel_order{
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    padding: 5px 8px;
    font-family: HarmonyOS_Sans_SC;
    font-weight: SC;
    font-size: 13px;
    color: #333333;
    text-align: center;
}
.promt_content{
    padding: 10px 12.5px 0;
    font-size: 13px;
    color: #333333;
    line-height: 20px;
}
.promt_content .orgin{
    font-size: 13px;
    color: #EE6A20;
    line-height: 20px;
}
.queue{
    background: #F3F3F3;
    border-radius: 4px;
    padding: 7px 10px;
    font-size: 13px;
    color: #333333;
    display: inline-flex;
    align-items: center;
    gap: 32px;
    justify-content: space-between;
}
.queue .prompt_queue{
    cursor: pointer;
}
.queue > div{
    display: flex;
    align-items: center;
    gap: 4px;
    position: relative;
}
.queue > div > .prompt_text{
    position: absolute;
    line-height: 20px;
    z-index: 2;
    width: 230px;
    min-height: 107px;
    border-radius: 4px;
    left: 42px;
    top: 28px;
    padding: 12px;
    background: #FEF8F4;
    border: 1px solid #EE6A20;
}

.queue .prompt_queue:hover ~ .prompt_text{
    display: block;
}
.query_tips{
    display: inline-flex;
    align-items: center;
    /* background: #FFF8F2; */
    /* padding: 16px 20px 16px; */
}
.f_info .query_tips img{
    width: 13px!important;
    height: 13px;
    margin-right: 8px;
}
.query_tips h2{
    color: #EE6A20;
    font-size: 13px;
    line-height: 1.3;
    margin: 0;
}
.select-image-detail{
    display: flex;
    align-items: center;
    justify-content: center;
}
.select-image-detail img{
    max-width: 600px;
    max-height: 450px;
}
.b-confirm-image{
    max-width: 120px;
    max-height: 120px;
    cursor: pointer;
}