body{
    background: #eee;
}
.nav{
    width: 100%;
    height: 70px;
    background: #000;
}
.nav_content{
    display: flex;
    width: 1200px;
    height: 70px;
    margin: 0 auto;
    justify-content: space-between;
}
.nav_l{
    display: flex;
    font-size: 21px;
    align-items: center;
    cursor: pointer;
}
.nav_l img{
    width: 40px;
    height:40px;
}
.nav_l span{
    padding-left: 13px;
    color: #fff;
}
.nav_r{
    display: flex;
    align-items: center;
    font-size: 21px;
}
.nav_r span{
    color: #fff;
    line-height: 21px;
    text-decoration: underline;
}
.nav_r img,.nav_r span{
    margin-right: 13px;
}
.nav_r span{
    cursor: pointer;
}
.nav_r .nav_changeimg{
    width: 23px;
    height: 12px;
}
.nav_r .nav_codeimg{
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.box{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.banner_box{
    position: relative;
    width: 1200px;
    height: 179px;
    font-size: 13px;
}
.banner_box img{
    width: 100%;
    height: 100%;
}
.banner_box span{
    position: absolute;
    right: 13px;
    top: 13px;
    display: inline-block;
    width: 51px;
    height: 30px;
    background: #F28107;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
}
.banner_box a:hover {
    text-decoration: none
}
.gamesBox{
    position: relative;
    display: flex;
    width: 100%;
    height: 93px;
    border-bottom: 1px solid #eee;
    background: #fff;
    align-items: center;
    justify-content: space-between;
}
.games_icon{
    width: 64px;
    height: 64px;
    margin-left: 105px;
}
.games_name{
    margin-left: 22px;
}
.gamesBox_l{
    display: flex;
    align-items: center;
}
.gamesBox_r{
    margin-right: 200px;
}
.gamesBox_r p{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gamesBox_r span{
    color: #F28107;
    margin-top: 5px;
    cursor: pointer;
}
.search_box{
    position: relative;
    width: 100%;
    max-height: 190px;
    border-bottom: 1px solid #eee;
    background: #fff;
    border-top: 1px solid transparent;
    font-size: 16px;
    padding-bottom: 15px;
    padding-top: 14px;
}
.search_box::after{
    content: '';
    display: block;
    clear: both;
}
.search_item{
    position: relative;
    display: flex;
    width: 1200px;
    height: 47px;
    margin-top: 11px;
    align-items: center;
}
.search_item .search_item_title{
    display: block;
    width: 105px;
    text-align: center;
    font-weight: 600;
}
.search_btn_p{
    background: #B3B3B3;
}
.uid_input_box{
    display: flex;
    width: 323px;
    height: 47px;
    background: #ECECEC;
    border-radius: 20px;
    overflow: hidden;
    align-items: center;
}
.uid_input_box input{
    padding-left: 11px;
    width: 265px;
    outline: none;
    border: none;
    background: #ECECEC;
    color: #9F9F9F;
}
.uid_input_box .uid_tips{
    width: 20px;
    height: 20px;
    margin-left: 10px;
    cursor: pointer;
}
.uid_input_box .uid_close{
    width: 9px;
    height: 11px;
    margin-left: 10px;
    cursor: pointer;
}
.uid_box .uid_search_btn{
    display: flex;
    width: 71px;
    height: 44px;
    align-items: center;
    justify-content: center;
    background: #F28107;
    color: #fff;
    margin-left: 18px;
    border-radius: 10px;
    cursor: pointer;
}
.workflows{
    position: absolute;
    top: 32px;
    right: 50px;
    display: flex;
    width: 84px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #F28107;
    color: #F28107;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.search_box .search_tips{
    color: #9F9F9F;
    font-size: 16px;
    margin-top: 5px;
    padding-left: 110px;
    line-height: 16px;
}
.role_box .role_list_box{
    position: relative;
    display: flex;
    width: 517px;
    height: 47px;
    background: #ECECEC;
    border-radius: 20px;
    color: #9F9F9F;
    align-items: center;
}
.role_box .role_list_box span{
    padding-left: 12px;
    padding-right: 20px;
    width: 450px;
}
.role_box .role_list_box img{
    cursor: pointer;
}
.role_box .role_list_box ul{
    position: absolute;
    width: 501px;
    max-height: 220px;
    top: 52px;
    background: #fff;
    z-index: 12;
    overflow-y: auto;
}
.role_box .role_list_box ul li{
    cursor: pointer;
    width: 100%;
    height: 47px;
    padding-left: 26px;
    box-sizing: border-box;
    color: #151515;
    line-height: 47px;
}
.roleItemO{
    background: #FFE9D2;
    color: #F28107;
}
.shop_limited_box{
    width: 100%;
    padding-top: 26px;
    background: #fff;
}
.shop_title{
    width: 100%;
    height: 30px;
    font-size: 22px;
    color: #000000;
}
.shop_title em{
    display: block;
    float: left;
    width: 6px;
    height: 20px;
    background: #F28107;
    margin-top: 5px;
}
.shop_title span{
    display: block;
    float: left;
    margin-left: 47px;
    font-weight: 500;
}
.shop_title i{
    display: block;
    float: right;
    min-width: 51px;
    height: 28px;
    border-radius: 5px;
    border: 1px solid #F28107;
    line-height: 28px;
    color: #F28107;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    cursor: pointer;
    margin-right: 50px;
    padding: 0 10px;
}
.shop_list{
    display: flex;
    width: 100%;
    min-height: 285px;
    overflow: hidden;
    flex-wrap: wrap;
}
.shop_item{
    width: 216px;
    height: 260px;
    border-radius: 10px;
    border: 3px solid #D4D4D4;
    margin-top: 25px;
    margin-left: 65px;
    box-sizing: border-box;
    cursor: pointer;
}
.shop_item_active{
    border: 3px solid #FF8500;
}
.shop_banner_box{
    position: relative;
    width: 100%;
    height: 89px;
    padding: 0 !important;
}
.shop_item .shop_banner{
    display: block;
    width: 100%;
    height: 89px;
    border-radius: 10px 10px 0px 0px;
}
.shop_item p{
    padding: 0 13px;
}
.shop_item .shop_name{
    color: #1D1D1D;
    font-size: 15px;
    margin-top: 15px;
    line-height: 15px;
}
.shop_summary,.shop_description{
    color: #9F9F9F;
    font-size: 12px;
    line-height: 12px;
    margin-top:11px;
}
.shop_description{
    height: 24px;
}
.shop_money{
    margin-top: 19px;
    line-height: 14px;
}
.shop_money span{
    font-size: 14px;
    color: #FF5D0C;
}
.shop_money em{
    font-size: 14px;
    color: #FF5D0C;
}
.shop_money .amount{
    color: #9F9F9F;
    font-size: 12px;
    margin-left: 16px;
    text-decoration: line-through;
}
.shop_time{
    position: relative;
    font-size: 12px;
    margin: 14px auto 0;
}
.shop_time span{
    display: block;
    width: 113px;
    height: 21px;
    background: #F28107;
    border-radius: 10px;
    color: #fff;
    line-height: 21px;
    text-align: center;
    margin: 0 auto;
}
.shop_time img{
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    right: 10px;
    cursor: pointer;
}
.shop_off{
    position: absolute;
    top: -6px;
    left: -6px;
    width: 71px;
    height: 30px;
    background: url('../img/off_banner.png') no-repeat;
    background-size: 100% 100%;
    font-size: 14px;
    z-index: 10;
    text-align: center;
}
.shop_off em,.shop_off i{
    font-style: normal;
    color: #fff;
    line-height: 30px;
}
.shop_rebeat{
    display: flex;
    align-items: center;
    position: absolute;
    top: -6px;
    right: -14px;
    width: 55px;
    height: 33px;
    background: url('../img/rebeat_banner.png') no-repeat;
    background-size: 100% 100%;
    font-size: 15px;
    justify-content: center;
}
.shop_rebeat span{
    color: #fff;
}
.shop_rebeata{
    width: 71px;
    height: 30px;
}
.shop_rebeat img{
    width: 18px;
    margin-left: 3px;
}
.channel_list{
    display: flex;
    width: 100%;
    overflow: hidden;
    flex-wrap: wrap;
    padding-bottom: 30px;
}
.channel_item{
    position: relative;
    width: 214px;
    height: 68px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 3px solid #D4D4D4;
    margin-top: 27px;
    margin-left: 64px;
    cursor: pointer;
}
.channel_item img{
    display: block;
    width: 142px;
    height: 46px;
    margin: 15px auto 0;
}
.channel_item span{
    position: absolute;
    top: 3px;
    left: 3px;
    font-size: 11px;
    color: #c4c4c4;
}
.channel_item_active{
    border: 3px solid #FF8500;
}
.shop_info{
    width: 1200px;
    /* height: 89px; */
    background: #FFEFE1;
    background: rgba(255, 239, 225, 0.34);
    overflow: hidden;
}
.shop_info img{
    float: left;
    display: block;
    width: 214px;
    height: 89px;
}
.shop_info .shop_info_item{
    display: block;
    float: left;
    width: 350px;
    margin-left: 52px;
    margin-top: 8px;
}
.shop_info_item p{
    display: flex;
    width: 100%;
    font-size: 15px;
    line-height: 25px;
}
.shop_info_item p span{
    width: 100px;
    flex: none;
    color: #1D1D1D;
    font-weight: 600;
}
.shop_info_item p em{
    color: #9F9F9F;
}
.shop_payBox{
    display: flex;
    width: 1200px;
    height: 73px;
    background: #fff;
    align-items: center;
    justify-content: space-between;
}
.shop_payBox .pay_amount{
    margin-left: 60px;
}
.shop_payBox .pay_amount em{
    font-size: 22px;
    color: #000;
    font-weight: 400;
}
.shop_payBox .pay_amount i{
    font-style: normal;
    color: #FF8E14;
    font-size: 22px;
    margin-left: 5px;
}
.shop_payBox .pay_amount span{
    font-style: normal;
    color: #FF8E14;
    font-size: 22px;
}
.pay_amount_a{
    text-decoration: line-through;
    color: #9F9F9F !important;
    font-size: 16px !important;
    margin-left: 5px; 
}
.pay_btn{
    display: block;
    width: 182px;
    height: 46px;
    background: #F28107;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    line-height: 46px;
    margin-right: 33px;
    cursor: pointer;
}
.footer{
    width: 100%;
    height: 140px;
    background: #000;
}
.footer_c{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.footer_c_email{
    color: #fff;
    font-size: 16px;
    margin-top: 37px;
}
.footer_c_t{
    margin-top: 17px;
    font-size: 16px;
}
.footer_c_t a{
    float: left;
    color: #fff;
    text-decoration: underline;
    padding-right: 20px;
}
.footer_c_t span{
    float: right;
    color: #fff;
    font-size: 16px;
}
.dialog{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 20;
}
.language_box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 670px;
    min-height: 300px;
    background: #fff;
    padding-bottom: 50px;
    border-radius: 8px;
}
.close_box{
    width: 100%;
    height: 26px;
    margin-top: 12px;
}
.close_box img{
    float: right;
    margin-right: 26px;
    cursor: pointer;
}
.language_header{
    display: flex;
    width: 404px;
    height: 44px;
    background: #FFE9D2;
    border-radius: 10px;
    margin: 26px auto 0;
    align-items: center;
    font-size: 18px;
}
.language_header span{
    display: block;
    width: 198px;
    height: 36px;
    background: #FFFFFF;
    border-radius: 10px;
    text-align: center;
    line-height: 36px;
    background: #FFE9D2;
    color: #F28107;
    font-weight: 500;
    cursor: pointer;
}
.language_header .language_choose{
    background: #fff;
    margin-left: 4px;
}
.language_title{
    width: 301px;
    color: #696969;
    font-size: 18px;
    margin: 0 auto;
    text-align: center;
    padding: 24px 0 10px 0;
    border-bottom: 1px solid #B3B3B3;
}
.language_list{
    width: 329px;
    height: 235px;
    overflow-y: auto;
    margin: 0 auto;
    box-sizing: content-box;
    /* display: flex;
    justify-content: space-between;
    flex-wrap: wrap; */
}
.language_list span{
    display: flex;
    width: 128px;
    height: 36px;
    float: left;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    color: #1D1D1D;
    margin-top: 20px;
    line-height: 36px;
    cursor: pointer;
}
.language_list span:nth-child(2n){
    float: right;
}
.language_item_active{
    background: #FFE9D2;
    color: #F28107 !important;
}
.language_btn{
    width: 176px;
    height: 50px;
    background: #F28107;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    margin: 27px auto 0;
    line-height: 50px;
}
.clarification_box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 720px;
    height: 500px;
    background: #fff;
}
.clarification_closeBtn{
    position: absolute;
    top: 13px;
    right: 26px;
    width: 35px;
    height: 26px;
    cursor: pointer;
}
.clarification_title{
    text-align: center;
    font-size: 22px;
    color: #000;
    margin: 28px auto 0;
    line-height: 22px;
}
.clarification_c{
    width: 554px;
    height: 306px;
    margin: 53px auto 0;
    overflow-y: auto;
}
.clarification_c img{
    width: 100%;
}
.nomore{
    display: flex;
    width: 100%;
    height: 18px;
    align-items: center;
    margin-top: 15px;
    color: #737373;
    font-size: 18px;
}
.nomore img{
    width: 20px;
    height: 17px;
    margin-left: 82px;
    cursor: pointer;
}
.nomore span{
    margin-left: 10px;
    font-weight: 400;
}
.shopDetails{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 720px;
    height: 500px;
    background: #fff;
}
.details_shop_banner{
    width: 100%;
    height: 89px;
    margin: 35px auto 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.details_shop_banner img{
    display: block;
    width: 214px;
    height: 89px;
    margin: 0 auto;
}
.details_name{
    width: 646px;
    font-size: 18px;
    color: #000;
    margin: 15px auto 0;
    line-height: 18px;
}
.details_short_description{
    width: 646px;
    margin: 11px auto 0;
    font-size: 14px;
    color: #9C9C9C;
    line-height: 14px;
}
.details_elder_description{
    width: 646px;
    margin: 7px auto 0;
    font-size: 14px;
    color: #9C9C9C;
    line-height: 20px;
}
.details_times{
    width: 646px;
    font-size: 18px;
    margin: 19px auto 0;
    line-height: 18px;
    color: #000;
}
.details_rebate_b{
    display: flex;
    width: 646px;
    height: 26px;
    margin: 9px auto 0;
    align-items: center;
    font-size: 14px;
}
.details_rebate_b em{
    display: block;
    width: 5px;
    height: 5px;
    background: #9C9C9C;
    border-radius: 50%;
}
.details_rebate_b i{
    color: #9C9C9C;
    font-style: normal;
    margin-left: 5px;
}
.details_rebate_b span{
    color: #F28107;
}
.details_rebate_time{
    width:240px;
    height: 26px;
    background: #F28107;
    border-radius: 13px;
    margin-left: 16px;
    color: #fff !important;
    text-align: center;
    line-height: 26px;
}
.details_favorable{
    display: flex;
    width: 646px;
    height: 26px;
    margin: 13px auto 0;
    align-items: center;
    font-size: 18px;
}
.details_favorable img{
    width: 14px;
    height: 18px;
}
.details_favorable span{
    color: #F28107;
    margin-left: 8px;
}
.details_favorable i{
    color: #F28107;
    margin-left: 8px;
}
.details_favorable_amount{
    color: #9F9F9F !important;
    font-size: 14px;
    text-decoration: line-through;
    margin-left: 12px;
}
.record{
    position: relative;
    width: 1200px;
    height: 880px;
    background: #fff;
    margin: 18px auto;
    overflow-y: auto;
}
.record_tips{
    width: 1094px;
    color: #7A7A7A;
    font-size: 16px;
    margin: 32px auto 0;
}
.record_item{
    width: 1094px;
    height: 315px;
    margin: 18px auto 0;
    border-bottom:1px solid #eee
}
.record_item_title{
    display: flex;
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    align-items: center;
}
.record_item_title em{
    color: #7A7A7A;
}
.record_item_title i{
    font-style: normal;
    color: #070707;
}
.record_item_title span{
    width: 49px;
    height: 26px;
    background: #FDFDFD;
    border-radius: 10px;
    border: 1px solid #F28107;
    text-align: center;
    line-height: 26px;
    color: #F28107;
    margin-left: 287px;
}
.record_table{
    width: 100%;
    margin-top: 19px;
}
.record_table_header{
    display: flex;
    text-align: center;
    align-items: center;
}
.record_table_header span{
    flex: 1;
    height: 79px;
    line-height: 79px;
    border: 1px solid #ECECEC;
}
.record_table_content{
    display: flex;
    text-align: center;
    align-items: center;
}
.record_table_content span{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 152px;
    border: 1px solid #ECECEC;
}
.history_payBtn{
    position: sticky;
    /* left: 50%; */
    bottom: 180px;
    /* transform: translate(-50%); */
    display: flex;
    width: 721px;
    height: 70px;
    background: #F28107;
    border-radius: 10px;
    color: #fff;
    font-size: 22px;
    justify-content: center;
    align-items: center;
    margin: 137px auto 67px;
    cursor: pointer;
}
.uid_description_content{
    width: 554px;
    height: 350px;
    margin: 53px auto 0;
    overflow-y: auto;
}
.uid_description_content img{
    width: 100%;
}
.loginout_content{
    font-size: 18px;
    text-align: center;
    margin: 95px auto 0;
}
.loginBtn_list{
    display: flex;
    width: 100%;
    margin: 95px auto 0;
    justify-content: space-around;
}
.loginBtn_list span{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 232px;
    height: 50px;
    background: #F28107;
    border-radius: 10px;
    cursor: pointer;
}
.loginBtn_list span:last-child{
    background: #BABABA;
}
.details_discoucnt_tips{
    width: 646px;
    margin: 11px auto 0;
    font-size: 14px;
    color: #9C9C9C;
    line-height: 14px;
}
.orders_tips{
    width: 400px;
    font-size: 18px;
    margin: 74px auto 0;
}
.orders_d{
    display: flex;
    width: 400px;
    margin: 24px auto;
    height: 34px;
    align-items: center;
    justify-content: space-between;
}
.orders_d span{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    padding: 0 5px;
    background: #FDFDFD;
    border-radius: 10px;
    border: 1px solid #F28107;
    color: #F28107;
    cursor: pointer;
}
.orders_btn{
    display: flex;
    width: 400px;
    height: 50px;
    background: #F28107;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 40px auto 0;
    cursor: pointer;
}
.orders_back{
    margin: 20px auto 0;
    background: #BABABA;
}
.orderpay_tips{
    width: 400px;
    margin: 10px auto 0;
    color: #7A7A7A;
}
.loadingImg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 30px
}
.formularies{
    position: fixed;
    right: 30px;
    bottom: 300px;
    width: 60px;
    height: 60px;
    z-index: 2;
    cursor: pointer;   
}
.formularies img{
    width: 100%;
    height: 100%;
}
.iframe_box{
    position: fixed;
    right: 0;
    bottom: 0;
    width: 400px;
    height: 500px;
    padding-bottom: 20px;
}
.iframe_header{
    position: relative;
    display: flex;
    width: 400px;
    height: 40px;
    background: #000;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.iframe_header img{
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}
.iframe_box iframe{
    width: 400px;
    height: 500px;
}
.cookieBox_title{
    width: 565px;
    font-size: 22px;
    color: #000;
    margin: 41px auto 0;
}
.cookieBox_content{
    width: 565px;
    margin: 27px auto 0;
    color: #9F9F9F;
    line-height: 1.5;
}
.cookieBox_content a{
    color: #F59D3D;
}
.cookieBox_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 492px;
    height: 64px;
    background: #F28107;
    border-radius: 10px;
    color: #fff;
    margin: 29px auto 0;
    cursor: pointer;
}
.cookieBox_setting{
    text-align: center;
    color: #F28107;   
    margin: 19px auto 0;
    cursor: pointer;
}
.cookieSetBack{
    font-size: 26px;
    margin-top:8px;
    margin-left: 35px;
}
.cookieSetBack i{
    cursor: pointer;
}
.cookieSetItem{
    width: 563px;
    margin: 15px auto 0;
}
.cookieSetItem_content{
    margin-top: 7px;
    color: #9F9F9F;
}
.cookieSetItem_content a{
    color: #F28107;
    outline: none;
}
.cookieSetItem_title{
    display: flex;
    justify-content: space-between;
}
.cookieSetItem_title i{
    display: flex;
    align-items: center;
    width: 75px;
    height: 40px;
    background: #848484;
    border-radius: 20px;
    padding: 0 5px;
    box-sizing: border-box;
}
.cookieSetItem_title em{
    display: block;
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 50%;
    cursor: pointer;
}
.cookieSetItem_check{
    background: #F28107 !important;
    justify-content: end;
}
.cookieSave_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 474px;
    height: 62px;
    background: #F28107;
    border-radius: 10px;
    color: #fff;
    margin: 21px auto 0;
    cursor: pointer;
}
.orderBox{
    width: 1200px;
    height: 965px;
    background: #fff;
    margin: 18px auto;
    overflow: hidden;
}
.order-title{
    position: relative;
    display: flex;
    align-items: center;
    margin: 41px auto 0;
    justify-content: center;
}
.order-title i{
    color: #000;
    font-weight: 500;
    font-size: 25px;
}
.order-title span{
    position: absolute;
    right: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    width: 108px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #F28107;
    color: #F28107;
    cursor: pointer;
}
.orderStatus-icon{
    display: block;
    width: 89px;
    height: 105px;
    margin: 26px auto 0;
}
.orderStatus-title{
    text-align: center;
    font-weight: 500;
    font-size: 22px;
    color: #000000;
    margin-top: 25px;
}
.orderStatus-refresh{
    text-align: center;
    color: #F28107;
    font-size: 20px;
    margin-top: 25px;
    cursor: pointer;
}
.orderStatus-text{
    margin-top: 25px;
    color: #8F8F8F;
    font-size: 20px;
    text-align: center;
}
.orderStatus-content{
    width: 832px;
    height: 434px;
    border-radius: 30px;
    border: 2px solid #EEEEEE;
    margin: 25px auto 0;
    font-size: 20px;
}
.orderStatus-content p{
    display: flex;
    margin-top: 22px;
}
.orderStatus-content p:first-child{
    margin-top: 51px;
}
.orderStatus-content p span{
    color: #9F9F9F;
    margin-left: 200px;
    width: 130px;
}
.orderStatus-content p em{
    color: #F28107;
    text-decoration: underline;
    padding-left: 24px;
    cursor: pointer;
}
.orderStatus_btnlist{
    display: flex;
    width: 644px;
    margin: 45px auto 0;
    align-items: center;
    justify-content:space-between;
}
.orderStatus_btnlist_a{
    justify-content: center;
}
.orderStatus_btnlist span{
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 207px;
    height: 58px;
    border-radius: 10px;
    color: #fff;
    background: #F28107;
    cursor: pointer;
}
.orderStatus_btnlist span:first-child{
    background: #BABABA;
}
.againBtn{
    background: #BABABA !important; 
}
.orderStatus-refresh-loading img{
    display: block;
    width: 33px;
    margin: 20px auto 0;
}
/* 登录模块 */
.loginBox{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 450px;
    background: #fff;
    border-radius: 8px;
    padding-bottom: 20px;
    min-height: 500px;
}
.login-header{
    display: flex;
    position: relative;
    width: 100%;
    height: 82px;
    font-size: 24px;
    align-items: center;
    justify-content: center;
}
.login-header .login-back{
    position: absolute;
    width: 32px;
    height: 32px;
    left: 18px;
    cursor: pointer;
}
.login-header .login-close{
    position: absolute;
    width: 32px;
    height: 32px;
    right: 18px;
    cursor: pointer;
}
.login-inputList{
    width: 372px;
    overflow: hidden;
    margin: 0 auto;
}
.inputItem{
    display: flex;
    align-items: center;
    position: relative;
    width: 370px;
    height: 58px;
    font-size: 16px;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    margin-top: 14px;
    overflow: hidden;
    color: #353942;
    box-sizing: content-box;
}
.inputItem i{
    position: absolute;
    left: 0;
    display: none;
    width: 3px;
    height: 21.5px;
    background-color: #F28107;
}
.inputItem-icon{
    width: 22px;
    height: 22px;
    margin-left: 18px;
}
.inputItem input{
    width: 220px;
    height: 57px;
    margin-left: 12px;
    border: none;
    outline: none;
}
.inputItem-codeBtn{
    width: 80px;
    height: 29px;
    border: 1px solid #F28107;
    border-radius: 3px;
    color: #F28107;
    text-align: center;
    line-height: 29px;
    background: #fff;
    cursor: pointer;
}
.inputItemEmail{
    border: 1px solid #F28107 !important;
    background: #F1F1F1;
}
.inputItemEmail i{
    display: block;
}
.inputItemEmail input{
    background: #F1F1F1;
}
.inputItem-eyes{
    position: absolute;
    right:19px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.login-protocol{
    display: flex;
    align-items: center;
    width: 370px;
    overflow: hidden;
    margin: 13px auto 0;
    font-size: 14px;
    color: #656566;
}
.login-protocol img{
    width: 15px;
    height: 15px;
    padding-right: 5px;
    cursor: pointer;
}
.login-protocol i{
    color: #F28107;
    cursor: pointer;
}
.login-emailBtn{
    width: 370px;
    height: 57px;
    font-size: 22px;
    background: #F28107;
    margin: 24px auto 0;
    color: #fff;
    text-align: center;
    line-height: 58px;
    border-radius: 5px;
    cursor: pointer;
}
.channleLogin{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 370px;
    height: 37px;
    margin: 26px auto 0;
}
.channleLogin-item{
    position: relative;
    width: 37px;
    height: 37px;
    overflow: hidden;
}
.channleLogin-item img{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.channleLogin-item span{
    position: absolute;
    top: 0;
    left: 0;
    width: 37px;
    height: 37px;
    opacity: 0;
}
.login-cautionary{
    display: flex;
    width: 90%;
    margin: 20px auto 0;
    font-size: 14px;
    color: #999;
}
.login-cautionary img{
    width: 50px;
    height: 50px;
    padding-right: 5px;
}
.accountBox{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 450px;
    background: #fff;
    border-radius: 8px;
    padding-bottom: 20px;
    min-height: 500px;
}
.tips{
    position: fixed;
    padding: 10px 10px;
    top: 50%;
    right: 50%;
    width: 300px;
    min-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    transform: translate(50%,50%);
    font-size: 18px;
    border-radius: 10px;
    background:rgba(0, 0, 0, 0.7);
    color: #fff;
    z-index: 30;
}