.tipoff_container {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    /* max-width: 1200px;*/

}

.tipoff_contain {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.tipoff_itembox {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 45px;
    /* margin-bottom: 20px;*/
}

.tipoff_itembox2 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 15px;
}

.tipoff_itemleft {
    width: 30%;
    height: 50px;
    line-height: 50px;
    text-align: right;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    margin-right: 2%;
}

.tipoff_itemrightbox {
    width: 68%;

}

.tipoff_inputbox {
    width: 284px;
    height: 52px;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #DDDDDD;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.inputbox_focus {
    border: 1px solid #3AA73E!important;
}

.inputbox_error {
    border: 1px solid #E02020;
}

.tipoff_inputbox input:focus {
    border: none !important;
    box-shadow: none!important;
}

.tipoff_inputbox input::-webkit-input-placeholder { /* Chrome, Opera, Safari */
    color: #666666;
    font-size: 16px !important;
    line-height: 30px;
}

.tipoff_inputbox input:-moz-placeholder { /* Firefox 18- */
    color: #666666;
    font-size: 16px !important;
    line-height: 30px;
}

.tipoff_inputbox input::-moz-placeholder { /* Firefox 19+ */
    color: #666666;
    font-size: 16px !important;
    line-height: 48px !important;
}

.tipoff_inputbox input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #666666;
    font-size: 16px !important;
    line-height: 48px !important;
}


.tipoff_codeerror {
    width: 100%;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 13px;
    height: 28px;
    line-height: 28px;
    color: #E02020;
    margin-left: 5px;
}

.tipoff_inputcode {
    width: 282px !important;
    height: 48px !important;
    background: none;
    border: none !important;
    outline: none !important;
    text-decoration: none !important;
    box-shadow: none !important; /* 如果需要的话 */
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 22px !important;
    color: #333333!important;
    letter-spacing: 2px;
}

.tipoff_rightchoose {
    width: 68%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
}

.tipoff_typebox {
    width: 200px;
    height: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
    margin-right: 30px;

}

.tipoff_choosebox {
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #DDDDDD;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.tipoff_chooseicon {
    width: 14px;
    height: 14px;
}

.tipoff_ischoose {
    border: none !important;
    background: #3AA73E;
}

.tipoff_text {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    cursor: pointer;
}

.tipoff_textareabox {
    width: 66%;
    height: 120px;
    border-radius: 6px;
    border: 1px solid #DDDDDD;
    background: none;
    overflow: hidden;
}

.tipoff_textarea {
    width: 100%;
    height: 120px;
    background: none !important;
    outline: none;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #333333!important;
}

.tipoff_textareabox textarea::placeholder-shown {
    color: #999999;
    line-height: 30px;
}

.tipoff_textareabox textarea::-webkit-input-placeholder {
    color: #999999;
    line-height: 30px;
}

.tipoff_textareabox textarea:-moz-placeholder {
    color: #999999;
    line-height: 30px;
}


.char-count {
    float: right;
    position: relative;
    margin-top: -37px;
    padding: 0px 10px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    height: 30px;
    line-height: 30px;
    background: #ffffff;
}

.tipoff_green {
    color: #3AA73E;
}


.tipoff_submit {
    width: 230px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    /* background: #3AA73E;*/
    background: #BBBBBB;
    border-radius: 30px;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    margin-top: 50px;
}

.issubmit {
    background: #3AA73E;
    cursor: pointer;
}

.tipoff_successbox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tipoff_sucess_icon {
    width: 117px;
    height: 120px;
    margin-top: 10%;
}

.tipoff_sucess_text {
    width: 100%;
    text-align: center;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 30px;
    color: #333333;
    margin-top: 40px;
}

.tipoff_sucess_text2 {
    width: 100%;
    text-align: center;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    margin-top: 20px;
}

.tipoff_gohome {
    width: 230px;
    height: 60px;
    line-height: 60px;
    background: #3AA73E;
    border-radius: 30px;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 100px;
    cursor: pointer;
}

@media screen and (min-width: 601px) and (max-width: 900px) {
    .phone_tipoff_contain {
        width: 90%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
    }

    .phone_tipoff_header {
        width: 100%;
        font-family: PingFangSC, PingFang SC;
        font-weight: 500;
        font-size: 16px;
        color: #333333;
        margin: 20px 0px 10px 0px;
    }

    .phone_tipoff_inputbox {
        width: 100%;
        height: 50px;
        background: #FFFFFF;
        border-radius: 6px;
        border: 1px solid #DDDDDD;
        overflow: hidden;
    }

    .inputbox_focus {
        border: 1px solid #3AA73E!important;
    }

    .inputbox_error {
        border: 1px solid #E02020;
    }

    .phone_tipoff_codeerror {
        width: 100%;
        padding-left: 10px;
        height: 30px;
        line-height: 30px;
        font-family: PingFang SC;
        font-weight: 400;
        font-size: 13px;
        color: #E02020;
    }

    .phone_tipoff_inputcode {
        width: 100%;
        height: 48px !important;
        background: none;
        border: none !important;
        outline: none !important;
        text-decoration: none !important;
        box-shadow: none !important; /* 如果需要的话 */
        font-family: PingFang SC;
        font-weight: 500;
        font-size: 20px !important;
        color: #333333!important;
        letter-spacing: 2px!important;
    }

    .phone_tipoff_rightchoose {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .phone_tipoff_typebox {
        width: 46%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: #FFFFFF;
        border-radius: 10px;
        border: 1px solid #DDDDDD;
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 15px;
        color: #666666;
        margin-bottom: 10px;
    }

    .phone_tipoff_inputbox input::-webkit-input-placeholder { /* Chrome, Opera, Safari */
        color: #666666;
        font-size: 16px !important;
    }

    .phone_tipoff_inputbox input:-moz-placeholder { /* Firefox 18- */
        color: #666666;
        font-size: 16px !important;
    }

    .phone_tipoff_inputbox input::-moz-placeholder { /* Firefox 19+ */
        color: #666666;
        font-size: 16px !important;
    }

    .phone_tipoff_inputbox input:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #666666;
        font-size: 16px !important;
    }


    .phone_tipoff_ischoose {
        background: #F3FFF4;
        color: #3AA73E;
        border: 1px solid #3AA73E;
    }

    .phone_tipoff_textareabox {
        width: 100%;
        height: 110px;
        border-radius: 6px;
        border: 1px solid #DDDDDD;
        background: none;
        overflow: hidden;
        margin-top: 6px;
        margin-bottom: 10px;
    }

    .phone_tipoff_textarea {
        width: 100%;
        height: 110px;
        line-height: 30px;
        background: none !important;
        outline: none;
        font-family: PingFang SC;
        font-weight: 400;
        font-size: 16px;
        color: #333333!important;
    }

    .phone_tipoff_textareabox textarea::placeholder-shown {
        color: #999999;
        line-height: 30px;
        font-size: 16px !important;
    }

    .phone_tipoff_textareabox textarea::-webkit-input-placeholder {
        color: #999999;
        line-height: 30px;
        font-size: 16px !important;
    }

    .phone_tipoff_textareabox textarea:-moz-placeholder {
        color: #999999;
        line-height: 30px;
        font-size: 16px !important;
    }

    .phone_char-count {
        float: right;
        position: relative;
        margin-top: -33px;
        padding: 0px 10px;
        font-family: PingFang SC;
        font-weight: 400;
        font-size: 14px;
        color: #999999;
        background: #ffffff;
    }

    .phone_tipoff_submit {
        width: 50%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: #BBBBBB;
        border-radius: 25px;
        font-family: PingFang SC;
        font-weight: 500;
        font-size: 18px;
        color: #FFFFFF;
        margin-top: 30px;
    }

    .issubmit {
        background: #3AA73E;
        cursor: pointer;
    }

    /*******成功********/
    .tipoff_sucess_icon {
        width: 78px;
        height: 80px;
        margin-top: 25%;
    }

    .tipoff_sucess_text {
        width: 100%;
        text-align: center;
        font-family: PingFang SC;
        font-weight: 600;
        font-size: 22px;
        color: #333333;
        margin-top: 40px;
    }

    .tipoff_sucess_text2 {
        width: 100%;
        text-align: center;
        font-family: PingFang SC;
        font-weight: 400;
        font-size: 15px;
        color: #666666;
        margin-top: 16px;
    }

    .tipoff_gohome {
        width: 200px;
        height: 50px;
        line-height: 50px;
        background: #3AA73E;
        border-radius: 25px;
        font-family: PingFang SC;
        font-weight: 500;
        font-size: 20px;
        color: #FFFFFF;
        text-align: center;
        margin-top: 100px;
        cursor: pointer;
    }

}

@media screen and (max-width: 600px) {
    .phone_tipoff_contain {
        width: 90%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
    }

    .phone_tipoff_header {
        width: 100%;
        font-family: PingFangSC, PingFang SC;
        font-weight: 500;
        font-size: 16px;
        color: #333333;
        margin: 20px 0px 10px 0px;
    }

    .phone_tipoff_inputbox {
        width: 100%;
        height: 50px;
        background: #FFFFFF;
        border-radius: 6px;
        border: 1px solid #DDDDDD;
        overflow: hidden;
    }

    .inputbox_focus {
        border: 1px solid #3AA73E!important;
    }

    .inputbox_error {
        border: 1px solid #E02020;
    }

    .phone_tipoff_codeerror {
        width: 100%;
        padding-left: 10px;
        font-family: PingFang SC;
        font-weight: 400;
        font-size: 13px;
        color: #E02020;
        height: 30px;
        line-height: 30px;
    }

    .phone_tipoff_inputcode {
        width: 100%;
        height: 48px !important;
        background: none;
        border: none !important;
        outline: none !important;
        text-decoration: none !important;
        box-shadow: none !important; /* 如果需要的话 */
        font-family: PingFang SC;
        font-weight: 500;
        font-size: 20px !important;
        color: #333333!important;
        letter-spacing: 2px!important;
    }

    .phone_tipoff_rightchoose {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .phone_tipoff_typebox {
        width: 46%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: #FFFFFF;
        border-radius: 10px;
        border: 1px solid #DDDDDD;
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 15px;
        color: #666666;
        margin-bottom: 10px;
    }

    .phone_tipoff_inputbox input::-webkit-input-placeholder { /* Chrome, Opera, Safari */
        color: #666666;
        font-size: 16px !important;
    }

    .phone_tipoff_inputbox input:-moz-placeholder { /* Firefox 18- */
        color: #666666;
        font-size: 16px !important;
    }

    .phone_tipoff_inputbox input::-moz-placeholder { /* Firefox 19+ */
        color: #666666;
        font-size: 16px !important;
    }

    .phone_tipoff_inputbox input:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #666666;
        font-size: 16px !important;
    }


    .phone_tipoff_ischoose {
        background: #F3FFF4;
        color: #3AA73E;
        border: 1px solid #3AA73E;
    }

    .phone_tipoff_textareabox {
        width: 100%;
        height: 110px;
        border-radius: 6px;
        border: 1px solid #DDDDDD;
        background: none;
        overflow: hidden;
        margin-top: 6px;
        margin-bottom: 10px;
    }

    .phone_tipoff_textarea {
        width: 100%;
        height: 110px;
        line-height: 30px;
        background: none !important;
        outline: none;
        font-family: PingFang SC;
        font-weight: 400;
        font-size: 16px;
        color: #333333!important;
    }

    .phone_tipoff_textareabox textarea::placeholder-shown {
        color: #999999;
        line-height: 30px;
        font-size: 16px!important;
    }

    .phone_tipoff_textareabox textarea::-webkit-input-placeholder {
        color: #999999;
        line-height: 30px;
        font-size: 16px!important;
    }

    .phone_tipoff_textareabox textarea:-moz-placeholder {
        color: #999999;
        line-height: 30px;
        font-size: 16px!important;
    }

    .phone_char-count {
        float: right;
        position: relative;
        margin-top: -33px;
        padding: 0px 10px;
        font-family: PingFang SC;
        font-weight: 400;
        font-size: 14px;
        color: #999999;
        background: #ffffff;
    }

    .phone_tipoff_submit {
        width: 50%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: #BBBBBB;
        border-radius: 25px;
        font-family: PingFang SC;
        font-weight: 500;
        font-size: 18px;
        color: #FFFFFF;
        margin-top: 30px;
    }

    .issubmit {
        background: #3AA73E;
        cursor: pointer;
    }

    /*******成功********/
    .tipoff_sucess_icon {
        width: 78px;
        height: 80px;
        margin-top: 25%;
    }

    .tipoff_sucess_text {
        width: 100%;
        text-align: center;
        font-family: PingFang SC;
        font-weight: 600;
        font-size: 22px;
        color: #333333;
        margin-top: 40px;
    }

    .tipoff_sucess_text2 {
        width: 100%;
        text-align: center;
        font-family: PingFang SC;
        font-weight: 400;
        font-size: 15px;
        color: #666666;
        margin-top: 16px;
    }

    .tipoff_gohome {
        width: 200px;
        height: 50px;
        line-height: 50px;
        background: #3AA73E;
        border-radius: 25px;
        font-family: PingFang SC;
        font-weight: 500;
        font-size: 20px;
        color: #FFFFFF;
        text-align: center;
        margin-top: 100px;
        cursor: pointer;
    }

}
