* {
    margin: 0;
    padding: 0;
}

body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

select {
    /*Chrome同Firefox与IE里面的右侧三角显示的样式不同*/
    width: 33.33%;
    border: solid 1px #dadada;
    color: black;
    background: white;
    text-align-last: center;
    /* text-align: center; */
    height: 30px;
    /*将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /* Safari 和 Chrome */
    /*如果要加入自定义图片， 就增加这个属性 background: url或者在html中直接加入图标也行*/
}

select:focus {
    outline: none;
}

.selectidv {
    width: 56%;
    display: flex;
    margin: 0 auto;
}


/*清除iIE的默认选择框样式*/

select::-ms-expand {
    display: none;
}

.box {
    width: 50%;
    margin: 0 auto;
    margin-top: 200px;
    /* border: 1px solid red; */
    height: 500px;
}

.box_1_1 {
    color: #38B6A5;
    width: 538px;
    padding: 5px 0px;
    margin: 0 auto;
}

.box_1_1 span {
    width: 28px;
    height: 14px;
    font-family: SourceHanSansSC-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 14px;
    letter-spacing: 0px;
    color: #666666;
}

input {
    background: none;
    outline: none;
    width: 538px;
    height: 37px;
    line-height: 37px;
    border-radius: 2px;
    border: solid 1px #dadada;
    margin: 0 auto;
}

input:focus {
    border: none;
    border: solid 1px #dadada;
}

.tijiao {
    width: 100%;
    display: flex;
}

.tijiao_corlor {
    width: 100px;
    height: 14px;
    font-family: SourceHanSansSC-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    text-align: center;
    letter-spacing: 0px;
    color: #ffffff;
    cursor: pointer;
}

.tijiao_fanhui {
    width: 100px;
    height: 14px;
    font-family: SourceHanSansSC-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    text-align: center;
    line-height: 45px;
    letter-spacing: 0px;
    color: #ffffff;
    cursor: pointer;
}

.tijiao_box {
    margin-top: 10px;
    height: 45px;
    margin: 10px 50px;
    background-color: #38b6a5;
}

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;
}

.yuyue {
    margin: 20px;
}

.yuyue h1 {
    text-align: center;
    background: white;
    height: 23px;
    font-family: SourceHanSansSC-Light;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 23px;
    letter-spacing: 0px;
    color: #333333;
}

.flexx {
    display: flex;
}


/*三个小点点*/

#flower_1,
#flower_2,
#flower_3 {
    width: 15px;
    height: 37px;
    font-size: 26px;
    margin: 5px;
    color: #ff0000;
}

@media (max-width: 750px) {
    select {
        /*Chrome同Firefox与IE里面的右侧三角显示的样式不同*/
        width: 33.33%;
        border: solid 1px #dadada;
        color: black;
        background: white;
        text-align: center;
        margin: 0 auto;
        height: 30px;
        /*将默认的select选择框样式清除*/
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        /* Safari 和 Chrome */
        /*如果要加入自定义图片， 就增加这个属性 background: url或者在html中直接加入图标也行*/
    }
    .selectidv {
        width: 100%;
        text-align: center;
        display: flex;
        margin: 0 auto;
    }
    * {
        margin: 0;
        padding: 0;
    }
    body {
        background-color: white;
    }
    .box_1_1 {
        color: #38B6A5;
        width: 100%;
        padding: 5px 0px;
        margin: 0 auto;
    }
    .box {
        width: 90%;
        margin: 0 auto;
        margin-top: 50px;
        /* border: 1px solid red; */
        height: 100%;
        background-color: white;
    }
    .box_1 {
        /* display: flex; */
        margin-left: 0;
        font-size: 12px;
        background-color: white;
    }
    input {
        background: none;
        outline: none;
        border: solid 1px #dadada;
        /* font-size: 24px; */
    }
    #flower {
        width: 19px;
        height: 37px;
        font-size: 26px;
        margin: 0px 5px;
        color: #ff0000;
    }
    .tijiao {
        width: 100%;
        display: flex;
    }
    .tijiao_box {
        margin-top: 10px;
        width: 80%;
        height: 45px;
        margin: 10px 45px;
        background-color: #38b6a5;
    }
    .isleft {
        margin: 0 auto;
        width: 100%;
    }
    .tijiao_corlor {
        height: 14px;
        font-family: SourceHanSansSC-Regular;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 45px;
        text-align: center;
        letter-spacing: 0px;
        color: #ffffff;
        cursor: pointer;
        width: 80px;
    }
    .tijiao_fanhui {
        height: 14px;
        font-family: SourceHanSansSC-Regular;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        text-align: center;
        line-height: 45px;
        letter-spacing: 0px;
        color: #ffffff;
        cursor: pointer;
        width: 80px;
    }
    span {
        color: #38B6A5;
    }
    option {
        width: 100%;
        text-align: center;
    }
}