﻿/*html{*/
/*    font-size: 16px;*/
/*}*/


* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none
}

/*头部*/
#Gl_head {
    /* width: 100%; */
    right: 0;
    height: 72px;
    position: fixed;
    z-index: 200;
}

#Gl_head:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    height: 0;
}

#Gl_head div {
    float: right;
    margin-right: 20px;
    width: 127px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    margin-top: 15px;

}

/*#Gl_head>div:hover{*/
/*    background-color: #C00421;*/
/*    color: white;*/
/*}*/
#Gl_head>div:last-child {
    background-color: #C00421;
    color: white;
}

#Gl_submit {
    float: right;
    width: 187px;
    height: 72px;
    background-color: #C00421;
    color: white;
    border: none;
    cursor: pointer;
    margin-right: 20px;
}

/*内容*/
#Gl_banner:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    height: 0;
}

#Gl_select {
    /* position: fixed; */
    background-color: #F6F6F6;
    width: 209px;
    height: 763px;
    padding: 30px 0 0 0;
    margin: 40px 0 0 30px;
    z-index: 300;
    bottom: 10%;
}

#Gl_select>div {
    width: 153px;
    margin: 0 auto 20px auto;
}

#Gl_select>div>div {
    margin-bottom: 10px;
    font-size: 16px;
}

#Gl_select>div>select {
    width: 100%;
    height: 30px;
    border: none;
}

#Gl_Img {
    width: 550px;
    height: 550px;
    background-color: #F6F6F6;
    float: left;
    margin-left: 180px;
}

#Gl_Right {
    margin: 30px 50px 0 0;
    float: right;
    position: fixed;
    z-index: 200;
    right: 0;
    bottom: 10%;
}

#Gl_selectRight {
    background-color: #F6F6F6;
    width: 75%;
    text-align: center;
    padding-top: 10px;
    display: none;
}

#Gl_selectRight>p {
    cursor: pointer;
    font-size: 12px;
    padding: 2px 0 2px 0;
}

#Gl_selectRight>p:hover {
    background-color: #1E90FF;
    color: white;
}

#Gl_selectRightB {
    margin-top: 10px;
}

#Gl_selectRightB:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    height: 0;
}

#Gl_selectRightB>div {
    float: left;

}

#Gl_List {
    width: 150px;
    height: 65px;
    background-color: #F6F6F6;
    line-height: 65px;
    cursor: pointer;
}

#Gl_List>span {
    line-height: 65px;
    margin-left: 10px;
    font-size: 12px;
}

#Gl_List>i {
    font-size: 25px;
    line-height: 65px;
    float: right;
}

#Gl_RightR {
    width: 75px;
    height: 65px;
    background-color: #F6F6F6;
    margin-left: 3px;
    cursor: pointer;
    text-align: center;
}

#Gl_RightR>i {
    font-size: 25px;
    line-height: 65px;
    color: #C6C6C6;
}

#Gl_RightL {
    width: 75px;
    height: 65px;
    background-color: #F6F6F6;
    margin-left: 2px;
    cursor: pointer;
    text-align: center;
}

#Gl_RightL>i {
    font-size: 25px;
    line-height: 65px;
    color: #C6C6C6;
}

.RemoveColor {
    background-color: #F6F6F6;
    color: #999999;
}

.BaColor {
    background-color: #C00421;
    color: white;
}

.PcoLor {
    background-color: #1E90FF;
    color: white;
}

#Gl_bottom {
    width: 100%;
    height: 40px;
    position: fixed;
    bottom: -70px;
    display: none;

}

#Gl_bottom>div {
    width: 960px;
    height: 40px;
    margin: auto;
}

#Gl_bottom>div>div {
    height: 100%;
    width: 4%;
    float: left;
    cursor: pointer;
    text-align: center;
}

#Gl_bottom>div>div:hover {

    border: 2px solid white;
    box-sizing: border-box;
}

#Gl_bottom .q_active {
    border: 2px solid white;
    box-sizing: border-box;
}

#Gl_ColorBan>div {
    width: 30px;
    height: 30px;
    float: right;
}

#Gl_ColorBan>div>i {
    font-size: 26px;
    color: white;
    line-height: 40px;
}

#Yx3D {
    position: fixed;
    left: 0;
    top: 0;
    width: 650px;
    height: 650px;
    bottom: 0;
    right: 0;
    margin: auto;
}

#Gl_YxView {
    width: 100%;
}

#Gl_YxView:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    height: 0;
}

.Gl_explain,
.Gl_model {
    background: #C00421;
    color: #fff;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

@media only screen and (min-width: 701px) and (max-width:1024px) {}

@media screen and (min-width: 320px) and (max-width:1024px) {
    #Yx3D {
        top: -10%;
        width: 90%;
        height: 50vh;
    }

    #Gl_head {
        width: 100%;
        position: fixed;
        margin: 0;
    }

    #Gl_head>div {
        width: 24%;
        height: 31px;
        font-size: 12px;
        line-height: 31px;
        clear: both;
        margin: 0;
        position: absolute;
    }

    #Gl_submit {
        width: 100px;
        height: 33px;
        position: absolute;
        margin: 0;
        bottom: 0;
        right: 1%;
    }

    #Gl_head>div:nth-child(2) {
        margin-left: 75%;
    }

    #Gl_head>div:nth-child(3) {
        margin-left: 50%;
    }

    #Gl_head>div:nth-child(4) {
        margin-left: 25%;
    }

    #Gl_banner {
        position: relative;
        width: 100%;
        height: 100vh;

    }

    #Gl_selectRight {
        height: 200px;
        overflow-y: scroll;
    }

    #Gl_banner:after {
        content: "";
        clear: both;
        display: block;
        overflow: hidden;
        visibility: hidden;
        height: 0;
    }

    #Gl_select {
        position: absolute;
        width: 100%;
        height: 36px;
        bottom: 10%;
        margin: 0;
        background-color: rgba(0, 0, 0, 0);
    }

    #Gl_select>div {
        position: absolute;
        float: left;
        top: 5%;
    }

    #Gl_select>div>select {
        position: absolute;
        width: 50%;
        top: 80%;
        /*opacity: 0;*/
    }

    #Gl_select>div:nth-child(1) {
        left: 5%;
    }

    #Gl_select>div:nth-child(2) {
        left: 30%;
    }

    #Gl_select>div:nth-child(3) {
        left: 60%;
    }

    #Gl_select>div:nth-child(4) {
        left: 90%;
    }

    #Gl_select>div:nth-child(5) {
        left: 120%;
    }

    #Gl_select>div:nth-child(6) {
        left: 150%;
    }

    #Gl_Img {
        width: 80%;
        height: 300px;
        position: absolute;
        margin: 13%;
    }

    #Gl_Right {
        /*display: none;*/
        position: fixed;
        left: 1%;
        bottom: 23%;
        opacity: 0.8;
    }

    #Gl_bottom {
        /*display: none;*/
        /*position: absolute;*/
        width: 100%;
        overflow-x: scroll;
    }

    #Gl_ColorBan {
        width: 80%;

    }

    #Gl_ColorBan div {
        width: 4%;

    }

    #Gl_Right {
        width: 50%;
    }

    #Gl_selectRightB {
        width: 100%;
    }

    #Gl_List {
        width: 60%;
    }

    #Gl_RightL {
        width: 18%;
    }

    #Gl_RightR {
        width: 18%;
    }
}