@charset "utf-8";
.contact-us .us-right {
    width: 418px;
}
.contact-us .us-right h5 {
    font-size: 16px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #dbdbdb;
}
.contact-us .us-right .desc {
    /*padding: 10px 0;*/
    padding-bottom: 10px;
    border-bottom: 1px dashed #dbdbdb;
    line-height: 24px;
    letter-spacing: 1px;
    font-size: 14px;
    color: #333333;
}


.contact-us .us-right ul li:first-child {
    background: url(../image/con-tel.png) no-repeat center left;
}
.contact-us .us-right ul li {
    height: 60px;
    border-bottom: 1px dashed #dbdbdb;
}
.contact-us .us-right ul li span {
    display: block;
    padding-top: 10px;
    color: #333;
    font-size: 14px;
}
.contact-us .us-right ul li span, .contact-us .us-right ul li p {
    padding-left: 43px;
    line-height: 22px;
}
.contact-us .us-right ul li:nth-of-type(2) {
    background: url(../image/email.png) no-repeat center left;
}
.contact-us .us-right ul li:last-child {
    background: url(../image/address.png) no-repeat center left;
    border-bottom: none;
}

.contactus-order:nth-of-type(2) {
    margin: 25px 0;
}
.head-tit {
    margin: 0 0 20px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #dbdbdb;
    font-size: 16px;
    color: #333;
}

.feedback-list ul li {
    float: left;
    width: 274px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #ededed;
    color: #666;
    margin-right: 36px;
}
.feedback-list ul li:nth-of-type(3) {
    margin-right: 0;
}

.feedback-list ul li.textarea {
    width: 100%;
    height: 120px;
    margin: 18px 0 25px;
    overflow: hidden;
}

.feedback-list ul li.submit {
    position: relative;
    width: 100%;
    height: 42px;
    border: none;
}

.feedback-list ul li label {
    display: block;
    float: left;
    width: 68px;
    text-align: center;
    border-right: 1px solid #ededed;
}
.feedback-list ul li input[type=text] {
    width: 200px;
    height: 38px;
    line-height: 38px;
    padding-left: 5px;
    border: none;
    float: left;
}

.feedback-list ul li.textarea textarea {
    width: 100%;
    height: 120px;
    padding: 5px;
    border: none;
    resize: none;
}
.feedback-list ul li.submit input[type=submit] {
    display: block;
    width: 158px;
    height: 43px;
    border: 1px solid #ffd35c;
    color: #8a5100;
    background: #fff;
    cursor: pointer;
    font-size: 14px;
    margin: 0 auto;
}

.detail {
    padding: 25px 0;
}

#desc{
    /*padding-bottom: 10px;*/
}


