/* reset */
:root {
    --base-font-size: 16px;
}

html {
    font-size: var(--base-font-size);
}


body {
    margin: 0px;
    padding: 0px;
    /*background-color: rgb(176, 226, 255);*/
    background: url(../images/common/bk_2.jpg) no-repeat 100% 100%;
    background-size: cover;
    display: block;
    overflow: hidden;
    font-family: "Microsoft YaHei";
    font-size: 31px;
    color: #333;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /*
    touch-action: none;
    */
    -webkit-text-size-adjust: none;
    -webkit-overflow-scrolling: touch;
    zoom: 1;
    height: 100vh;
    width: 100vw;
    transform-origin: left center;
}


div,ul,li{margin:0;padding:0;}
ul{line-style:none;}

.selector{
    position:relative;
    width:300px;
    height:60px;
    border: 1px solid #262626;
    border-radius: 6px;
    background-color: #FFF;
    cursor:pointer;
    margin-left: 120px;
    z-index: 99;
    border-radius: 10px;
  border: 1px solid #262626;
}

.selector .icon{
    float: right;
    background-image: url(../images/menu/2_xia.png);
    background-repeat: no-repeat;
    background-position: 90% 50%;
    width: 53px;
    height: 30px;
    margin-right: -10px;
    margin-top: 15px;
}

.selector .select_text{
    padding:0 20px 0 10px;
    height:60px;
    line-height:60px;
    font-size: 36px;
}

.select_ul {
    display: none;
    position: relative;
    top: 0px;
    left: -1px;
    width: 300px;
    border: 1px solid #000;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #fff;
    box-shadow: 2px 2px 20px 5px rgba(0, 0, 0, 0.2);
}
.select_ul li{
    font-size: 36px;
    line-height:40px;
    text-indent:10px;
    padding-top: 4px;
    padding-bottom: 6px;
}
.select_ul li:hover{color:#fff;background:#6AA7EA;}
.select_ul li.cur{color:#fff;background:#1E90FF;}


.container {
    width: 1920px;
    height: 1080px;
    display: none;
}

.loading {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1920px;
    height: 1080px;
    z-index: 9999;
    /*background-color: rgba(0, 0, 0, 0.1);*/
    display: none;
}

.loading img {
    width: 176px;
    height: 176px;
    position: absolute;
    left: 50%;
    top: 50%;
}

.tip {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1920px;
    height: 1080px;
    z-index: 9998;
    background-image: url(../images/common/tip.png);
}

.tip a{
    position: absolute;
    left: 1085px;
    top: 456px;
    width: 379px;
    height: 40px;
    z-index: 9999;
    cursor: pointer;
}

.content {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1920px;
    height: 1080px;
}

.btn_exit {
    position: absolute;
    right: 60px;
    top: 40px;
    width: 80px;
    height: 80px;
    background: url(../images/menu/close.png) no-repeat;
    /*background-size:contain;*/
    cursor: pointer;
    z-index: 900;
}

.msg_exit {
    position: absolute;
    display: none;
    left: 0px;
    top: 0px;
    width: 1920px;
    height: 1080px;
    background: url(../images/common/msg_close.png) no-repeat;
    background-position: top;
    background-size: 100% 100%;
    z-index: 1910;
}

.msg_exit .mc_text{
    position: absolute;
    text-align: center;
    font-size: 50px;
    line-height: 60px;
    left: 760px;
    top: 460px;
}

.msg_exit .btn_yes {
    position: absolute; 
    left: 760px;
    top: 580px; 
    width: 153px;
    height: 59px;
    background-color: #6d95d1;
    border-radius: 29px;
    cursor: pointer;
    color: #ffffff;
    font-size: 38px;
    text-align: center;
}

.msg_exit .btn_no {
    position: absolute;
    left: 1050px;
    top: 580px;
    width: 153px;
    height: 59px;
    background-color: #ff4040;
    border-radius: 29px;
    cursor: pointer;
    color: #ffffff;
    font-size: 38px;
    text-align: center;
}

.msg_close {
    position: absolute;
    display: none;
    left: 0px;
    top: 0px;
    width: 1920px;
    height: 1080px;
    background: url(../images/common/msg_close.png) no-repeat;
    background-position: top;
    background-size: 100% 100%;
    z-index: 1910;
}

.msg_close .mc_text{
    position: absolute;
    text-align: center;
    font-size: 50px;
    line-height: 60px;
    left: 680px;
    top: 460px;
}


.msg_close .btn_yes {  
    position: absolute; 
    left: 680px;
    top: 580px; 
    width: 153px;
    height: 59px;
    background-color: #6d95d1;
    border-radius: 29px;
    cursor: pointer;
    color: #ffffff;
    font-size: 38px;
    text-align: center;
}

.msg_close .btn_no {
    position: absolute;
    left: 1050px;
    top: 580px;
    width: 153px;
    height: 59px;
    background-color: #ff4040;
    border-radius: 29px;
    cursor: pointer;
    color: #ffffff;
    font-size: 38px;
    text-align: center;
}

.container .btn_prev {
    background: url(../images/common/bth_last.png) no-repeat;
    background-size:contain;
    background-position: center;
    width: 100px;
    height: 100px;
    cursor: pointer;
    position: absolute;
    bottom: 40px;
    right: 160px;
}

.container .btn_next {
    background: url(../images/common/bth_next.png) no-repeat;
    background-size:contain;
    background-position: center;
    width: 100px;
    height: 100px;
    cursor: pointer;
    position: absolute;
    bottom: 40px;
    right: 40px;
}

select:focus{
    outline: none;
}
