html,body{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}


a {
    text-decoration: none;
    color: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    border-bottom: none;
    cursor: pointer;
}
.content{ 
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-height: 800px;
    position: relative;
    background-image: url(/dist/csgo/image/bg-a7699ce1008b8b846f5e61b39ef1e7e6.png);
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 300px;
    overflow: hidden;
} 
.nav_title{
    max-width: 1200px;
    padding: 0 20px; 
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto; 
    color: #fff;
    margin-bottom: 10px;
    padding: 10px 20px;
    background-image: linear-gradient(to right, rgba(255,0,0,0), #11242f, rgba(255,0,0,0));
}
.nav_title span{
    color: #fff;
    display: inline-block; 
    box-sizing: content-box;
    margin: 0 16px;
    text-align: center;
}
.nav_title span:nth-child(1){
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 2px;
}
.nav_title .nav_title_page{
    border-left: 2px solid #fff;
    padding: 0 16px;
    margin: 0;
}
.nav_title img {
    width: 75px;
}
.login_box{    
    max-width: 558px; 
    box-sizing: border-box;
    position: relative;
}
.box{
    width: 100%;
    height: 100%;
    position: relative;
    /* left: 0; */
    top: 0;
    overflow: hidden;
    padding-bottom: 25px;
    min-height: 460px;
}
.login_box form{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    text-align: center;
    padding: 0 46px;
    box-sizing: border-box;
}
.login_box .box_bg {
    width: 100%;
    transition: all 0.5s;
    min-height: 460px;
    position: absolute;
    height: 100%;
    top: 0;
}

.form_box{ 
    display: inline-block;
    overflow: hidden; 
    width: 100%;
}
.form_item {
    width: 100%;
    margin-bottom: 20px; 
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form_item i{
    background-color: red;
    font-style: inherit;
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    margin-left: 5px;
    vertical-align: middle;
}
.form_item:last-child{
    margin-bottom: 0;
    text-align: center;
    justify-content: center;
}
.inputType label {   
    color: #fff;
    flex-shrink: 0;
    max-width: 110px;
    min-width: 110px;
}  
.form_item input {
    flex: 1;
    height: 32px;
    outline: none; 
    padding:  0 12px;
    font-size: 16px;
    box-sizing: border-box;
    background-color: #98acbe;
    outline: none;
    border: none;
} 
.form_item .code {
    background: #fff;
    width: 80px;
    height: 32px;
    margin-left: 10px;
}
.messageType {
    background-color: rgba(255,255,255,0.4);
    display: flex;
    flex-direction: column;
    align-self: start;
    align-items: flex-start;
    padding: 10px;
    color: #eee;
    box-sizing: border-box;
    justify-content: start;
}
.messageType span{
    margin: 2px 0;
}
.messageType 

.flex{
    display: flex;
}
.just_between{
    justify-content: space-between;
}
.just_center{
    justify-content: center;
}  
.login_btn{
    width: 151px;
    height: 54px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    outline: none;
    border: none;
    font-size: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/dist/csgo/image/btn_bg-32770f8637447c6a0e55817c7cfc59d8.png);
    background-color: transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.login_btn2{
    background-image: url(/dist/csgo/image/btn_bg2-52b18ec0bbfb22452b3502e8eefc9eef.png);
    width: 238px;
}
.login_btn img {
    width: 100%;
}
.back_btn{
    padding: 6px 12px;
    outline: none;
    border: none;
    color: #fff;
    background: #295975;
    border-radius: 6px;
}
.cursor{
    cursor: pointer;
}
 

.messageTip{
    box-sizing: border-box;
    position: absolute;
    height: 88px;
    width: 100%;
    background-color: #ff8c0e;
    top: -88px;
    left: 0;
    padding: 14px 38px;
    opacity: 0;
}
.messageTip_title {
    margin-bottom: 10px;
}
.messageTip_title img {
    width: 26px;
    height: 26px;
    margin-right: 20px;
}
.messageTip_title span {
    color: #fff;
    font-size: 18px; 
}

.messageTip_message{
    color: #fff;
    padding-left: 44px;
    font-size: 16px;
}  
.web_title{
    display: flex;
    justify-content: center;  
    width: calc(100% - 30px);
    background-size: cover; 
    position: relative;
    display: block;
    margin: 0 auto;
    margin-top: 16px;
}
.web_title img {
    width: 100%; 
}
.web_title span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    font-size: 20px; 
    display: flex;
    justify-content: center;
    align-items: center; 
    word-break:keep-all;       /* 不换行 */
}
.web_title_type:before{
    content: '';
    width: 134px;
    height: 65px;
    display: block;
    position: absolute;
    bottom: -28px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(../image/robot_bg.png);
}
.tab_box{
    width: calc(100% - 30px);
    display: flex;
    margin: 0 auto;
    color: #93a6b3; 
    background-image: linear-gradient(to right, #447188, #295874, #447188);
}
.tab_box span{
    flex: 1;
    /* border: 2px solid #447088; */
    height: 36px;
    line-height: 36px;
    text-align: center;
    box-sizing: content-box;
    cursor: pointer;
    background-color: #0e212d;
    margin: 5px;
}
.tab_box .tab_active {
    background-color: transparent;
}

.footer{
    width: 100%;
    text-align: center;
    font-size: 12px;
    position: absolute;
    bottom: 0px;
    left: 0;
    color: #bbb;
    background: #080C0F;
    color: #94A8B7;
    height: 22px;
    line-height: 22px;
}
.footer span {
    color: #aead07;
}

@media screen and (max-width: 600px){
    .login_btn{
        zoom: 0.8;
    }
    .form_item input{
        width: auto;
    }
    .login_box .box_bg{
        min-height: 327px;
    }
    .content {
        height: auto;
        min-height: 100%;
    }
    .nav_title span{
        font-size: 20px;
    }
    .message_text p:nth-child(1)::after,.message_text p:nth-child(1)::before{
        display: none;
    }

    .good_detail li .title{
        width: 70px !important;
    }
    .login_box form{
        padding: 0 20px;
    }
    .message_text{
        padding-bottom: 0px !important;
    }
}

/* //提示框 */
.tip_message{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: none;
}
.tip_message_title{
    background-image: url(/dist/csgo/image/btn_bg-32770f8637447c6a0e55817c7cfc59d8.png);
    width: 100px;
    height: 50px;
    line-height: 50px;
    position:absolute;
    top: -22px; 
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    left: 50%; 
    transform: translateX(-50%);
    color: #fff;
}
.tip_message_content{
    min-width: 200px;
    min-height: 150px;
    background-color: #fff;
    border-radius: 10px;
    border: 2px solid rgba(0,0,0,0.8);
    padding: 20px 20px;
    padding-top: 30px;
    box-sizing: border-box;
    color: #215573;
    text-align: center;
}
.tip_message_btn{
    cursor: pointer;
    color: #fff;
    background-color: #215573;
    position: absolute;
    bottom: 20px;
    left: 50%;
    padding: 2px 12px;
    border-radius: 6px;
    transform: translateX(-50%);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}


.message_text{
    width: 100%;
    border-radius: 8px;
    max-width: 558px;
    background: rgba(255,255,255,0.4);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding-bottom: 52px;
}
.message_text p{
    font-size: 12px;
}
.message_text h3{
    margin: 10px 0;
}

/* #from01{
    display: flex;
}
#from02{
    display: none;
} */

.box form {
    display: none;
}
.box .form_box form:nth-child(1) {
    display: flex;
}



@keyframes rebot {
    0% {top:0px;}
    50% {top:-20px;}
    100% {top:0px;}
}

.fn18{
    font-size: 18px;
}
.fn20{
    font-size: 20px;
}
.fn22{
    font-size: 22px;
}
.fn24{
    font-size: 24px;
}



.good_detail ,.good_detail li{
    list-style: none;
    padding: 0;
    margin: 0;
}
.good_detail{
    background-color: rgba(255,255,255,0.4);
    padding: 16px;
    margin-bottom: 16px;
}
.good_detail li{
    display: flex; 
    color: #666;
    margin-bottom: 16px;
}
.good_detail li span{
    padding: 4px 10px;
    display: inline-block;
    font-size: 14px;
    background: #b8c7d9;
    line-height: 24px;
}
.good_detail li input{
    /* flex: 1; */
    border: 0;
    padding: 0 12px;
    box-sizing: border-box;
    min-width: 60px;
    height: 34px;
    width: calc(100% - 90px);
}
.good_detail li .title {
    border-right: 1px solid #225375;
    flex-shrink: 0;
    width: 100px;
}
.good_detail li:last-child{
    margin-bottom: 0px;
}

.good_detail li .code {
    background: #fff;
    width: 80px; 
    margin-left: 10px;
    flex-shrink: 0;
    height: 34px;
    padding: 0;
}
.code img{
    height: 100%;
}
.codeType,.btnType {
    width: calc(100% - 150px) !important;
}
.good_detail .input_btn {
    border: none;
    outline: none;
    background-color: #b6b9bb !important;
    cursor: pointer;
}
.good_detail .input_btn:hover {
    background-color: #b6b9bbb5 !important;
}

.red{
    color: red;
}

.box3 .messageType ,.box7 .messageType {
    border-left: 10px solid #163c51;
}

.box7 ul{
    background-color: transparent;
    height: 166px;
    overflow: auto;
    padding: 0 16px;
}
.box7 li{
    background-color: transparent;
    margin-bottom: 6px;
}
.box7 li span{
    background-color: transparent;
}
.box7 li .title{
    width: calc(100% - 150px) !important;
    text-align: left;
    border: 0;
}
.box7 input {
    width: 150px !important;
    height: 27px;
    background-color: #b7c8d7;
}
.box7 li:hover .title{
    color: #fff !important;
}



.fn14{
    font-size: 14px;
}

.loading{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none; 
    background: rgba(0,0,0,0.2);
    z-index: 999;
}
.loading img{
    width: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
}



/* 设置滚动条的样式 */
::-webkit-scrollbar {
width:5px;
}
/* 滚动槽 */
::-webkit-scrollbar-track {
-webkit-box-shadow:inset006pxrgba(0,0,0,0.3);
border-radius:10px;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
border-radius:10px;
background:#6b7f90;
-webkit-box-shadow:inset006pxrgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
background:rgba(255,0,0,0.4);
}    


