.container_wrap  {
    width: 100%;
}
.container_wrap .contact-way {
    width: 90%;
    padding: 32px 0;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.container_wrap .contact-way h2 {
    font-size: 36px;
    line-height: 48px;
}
.container_wrap .contact-way p {
    margin-bottom: 30px;
    font-size: 24px;
    list-style: 32px;
    color: #d2d2d2;
}
.container_wrap .contact-way dl {
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}
.container_wrap .contact-way dl.dl01{
    width: 50%;
    margin-bottom: 40px;
}
.container_wrap .contact-way dl.dl02 {
    width: 33.33%;
}
.container_wrap .contact-way dl dd h5,h6 {
    position: relative;
    font-size: 18px;
    line-height: 42px;
}
.container_wrap .contact-way dl dd h5 {
    font-weight: bold;
}
.container_wrap .contact-way dl dd h5::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -14px;
    width: 28px;
    height: 2px;
    background-color:  #333;
}
.container_wrap .contact-way dl:hover dd h5{
    color: #3484e8;
    animation: all .1s ease;
}
.container_wrap .contact-way dl.contact-email {
    padding-left: 110px;
}
.container_wrap .contact-way dl.contact-adress {
    padding-right: 110px;
}
.container_wrap .contact-way dl dt {
    display: inline-block;
    width: 81px;
    height: 81px;
}
.container_wrap .contact-way dl.contact-email dt {
    background: url(../images/contactUs-email.png) center no-repeat;
}
.container_wrap .contact-way dl.contact-adress dt {
    background: url(../images/contactUs-adress.png) center no-repeat;
}
.container_wrap .contact-way dl.contact-beforesale dt {
    width: 98px;
    height: 84px;
    margin-left: 20px;
    background: url(../images/contactUs-beforesale.png) center no-repeat;
}
.container_wrap .contact-way dl.contact-server dt {
    background: url(../images/contactUs-server.png) center no-repeat;
}
.container_wrap .contact-way dl.contact-afteresale dt {
    width: 98px;
    height: 84px;
    margin-left: 20px;
    background: url(../images/contactUs-aftersale.png) center no-repeat;
}
.container_wrap .contact-way dl:hover dt {
    animation: all .1s ease;
}
.container_wrap .contact-way dl:hover.contact-email dt {
    background: url(../images/contactUs-email-hover.png) center no-repeat;
}
.container_wrap .contact-way dl:hover.contact-adress dt {
    background: url(../images/contactUs-adress-hover.png) center no-repeat;
}
.container_wrap .contact-way dl:hover.contact-beforesale dt {
    background: url(../images/contactUs-beforesale-hover.png) center no-repeat;
}
.container_wrap .contact-way dl:hover.contact-server dt {
    background: url(../images/contactUs-server-hover.png) center no-repeat;
}
.container_wrap .contact-way dl:hover.contact-afteresale dt {
    background: url(../images/contactUs-aftersale-hover.png) center no-repeat;
}

.container_wrap .leave-message {
    box-sizing: border-box;
    width: 100%;
    min-width: 1200px;
    height: 750px;
    padding-top: 140px;
    background: url(../images/leavemessage-bg.png) center no-repeat; 
}
.container_wrap .leave-message .message-form {
    width: 986px;
    height: 480px;
    margin: 0 auto;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.container_wrap .leave-message .message-form span {
    display: block;
    width: 100%;
    height: 10px;
    margin-bottom: 24px;
    background: #3484e8;
}
.container_wrap .leave-message .advice {
    width: 368px;
    padding-left: 32px;
    text-align: left;
}
.container_wrap .leave-message .advice dl dt {
    line-height: 60px;
}
.container_wrap .leave-message .advice dl dt p {
    font-size: 24px;
}
.container_wrap .leave-message .advice dl dt h3 {
    font-size: 48px;
    font-weight: bold;
    color: #d2d2d2;
}
.container_wrap .leave-message .advice dl dt h3::after {
    content: "";
    display: block;
    margin-top: 25px;
    width: 60px;
    height: 4px;
    background-color: #ff9c43;
}
.container_wrap .leave-message .advice dl dd {
    margin-top: 50px;
}
.container_wrap .leave-message .advice dl dd p {
    font-size: 16px;
    line-height: 30px;
    color: #a6a6a6;
}
.container_wrap .leave-message .formbox {
    position: relative;
    width: 586px;
    padding: 56px 0 0 0 ;
}
.container_wrap .leave-message .formbox > div {
    position: relative;
    float: left;
    width: 272px;
    height: 48px;
    margin: 0 15px 24px 0;
    border-radius: 2px;
}
.container_wrap .leave-message .formbox > div > i {
    position: absolute;
    bottom: -20px;
    left: 14px;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    color: red;
}
.container_wrap .leave-message .formbox > div input {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0 14px;
    font-size: 16px;
    line-height: 48px;
    text-align: left;
    color: #a6a6a6;
    background: none;
    border: 1px solid #e5e5e4;
}
.container_wrap .leave-message .formbox > div.textarea {
    position: relative;
    width: 560px;
    height: 130px;
    border: 1px solid #e5e5e4;
}
.container_wrap .leave-message .formbox > div.textarea textarea{
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: none;
    padding: 14px;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: #a6a6a6;
}
.container_wrap .leave-message .formbox > div.v-code {
    width: 158px;
}
.container_wrap .leave-message .formbox > div.i-code {
    width: 100px;
    background-color: #ececec;
}
.container_wrap .leave-message .formbox > div.submit-btn {
    width: 218px;
    color: #fff;
    background-color: #3484e8;
    border-color: #3484e8;
}
.container_wrap .leave-message .formbox > div.submit-btn input {
    text-align: center;
    color: #fff;
    cursor: pointer;
}

/* tips */
.tips {
    z-index: 999;
    position: fixed;
    display: none;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}
.tips .tips-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 350px;
    height: 220px;
    margin-top: -175px;
    margin-left: -110px;
    background: rgba(255,255,255);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    text-align: center; 
}
.tips .tips-box h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 48px;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.tips .tips-box span {
    display: block;
    width: 80px;
    height: 80px;
    margin: 15px auto;
    font-size: 40px;
    font-weight: bold;
    line-height: 70px;
    color: #fff;
    border-radius: 50%;
}
.tips .tips-box a {
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
}
.tips .tips-box.error h3,
.tips .tips-box.error span{
    background: #ff6b6b;
}
.tips .tips-box.error p {
    color: #ff6b6b;
}
.tips .tips-box.right h3,
.tips .tips-box.right span
{
    background: #3484e8;
}
.tips .tips-box.right p {
    color: #3484e8;
}