#ContactDiv {
    width: 100%;
}

.contact-component-1 {
    background: #0D2D61;
}

.contact-component-2 {
    background: #252323;
}

.contact-component-3 {
    background: #2B2C3E;
}

.contact-nav {
    color: white;
}

.contact-nav-tips {
    font-size: 1em;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 19px;
    margin-left: 1.571em;
}

.contact-nav-link {
    font-size: 1em;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 19px;
}

.contact-content-container {
    padding: 1.5em 0 2.262em 0;
}

.pc-contact-component {
    display: flex;
    justify-content: center;
}

.contact-content {
    margin-top: 1.325em;
}

.contact-content-left {
    color: rgba(255, 255, 255, 0.8);
}

.contact-qrcode-img {
    width: 5.142em;
    height: 5.142em;
}

.contact-content-right {
    float: right;
    padding-top: 15px;
}

.contact-qrcode-remark {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    font-size: 13px;
    line-height: 17px;
    font-family: MicrosoftYaHeiSemibold;
    text-align: center;
}

.contact-qrcode-mobile-remark {
    margin-top: 0.7em;
    line-height: 1.7em;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    font-family: MicrosoftYaHeiSemibold;
    text-align: center;
    font-size: 0.26em;
}


.contact-split-line {
    width: 100%;
    opacity: 0.09;
    height: 1px;
    background: #ffffff;
}

.contact-mobile-split {
    margin-top: 0.64em;
    border: grey 1px solid;
    opacity: 0.1;
}

.contact-mobile-container {
    padding-top: 0.32em;
    margin-left: 0.4em;
    line-height: 0.32em;
}

.contact-mobile-nav {
    font-size: 2.484em;
    color: white;
}

.contact-mobile-nav-div {
    cursor: pointer;
}

.contact-mobile-content {
    margin-top: 0.64em;
    color: rgba(255, 255, 255, 0.8);
}

.contact-mobile-content span {
    font-size: 0.3em;
}

.contact-mobile-content-div{
    margin: 0 0 0.32em 0;
    display: flex;
}

.contact-mobile-content-name{
    vertical-align: top;
    margin-right: 0.32em;
    line-height: 0.4em;
}

.contact-mobile-content-tips{
    color: white !important;
    width: 60%;
    line-height: 0.4em;
}

.contact-mobile-qrcode {
    padding: 0.64em 0;
    display: flex;
    justify-content: space-evenly;
}

.contact-mobile-qrcode-img {
    width: 1.69em;
    height: 1.69em;
}

.contact-phone-icon {
    background-image: url("/local-res-s3/qingshuxuetang.com/v9_1/phone.png");
    width: 24px;
    height: 24px;
    margin-right: 24px;
    cursor: pointer;
    display: inline-block;
    background-repeat:no-repeat;
    background-size:100% 100%;
    -moz-background-size:100% 100%;
    vertical-align: middle;
}

.contact-email-icon {
    background-image: url("/local-res-s3/qingshuxuetang.com/v9_1/email.png");
    width: 24px;
    height: 24px;
    margin-right: 24px;
    cursor: pointer;
    display: inline-block;
    background-repeat:no-repeat;
    background-size:100% 100%;
    -moz-background-size:100% 100%;
    vertical-align: middle;
}

.contact-address-icon {
    background-image: url("/local-res-s3/qingshuxuetang.com/v9_1/address.png");
    width: 24px;
    height: 24px;
    margin-right: 24px;
    cursor: pointer;
    display: inline-block;
    background-repeat:no-repeat;
    background-size:100% 100%;
    -moz-background-size:100% 100%;
    vertical-align: middle;
}

.contact-phone-mobile-icon {
    background-image: url("/local-res-s3/qingshuxuetang.com/v9_1/phone.png");
    width: 0.4em;
    height: 0.4em;
    cursor: pointer;
    display: inline-block;
    background-repeat:no-repeat;
    background-size:100% 100%;
    -moz-background-size:100% 100%;
    vertical-align: middle;
    margin-right: 0.32em;
}

.contact-email-mobile-icon {
    background-image: url("/local-res-s3/qingshuxuetang.com/v9_1/email.png");
    width: 0.4em;
    height: 0.4em;
    cursor: pointer;
    display: inline-block;
    background-repeat:no-repeat;
    background-size:100% 100%;
    -moz-background-size:100% 100%;
    vertical-align: middle;
    margin-right: 0.32em;
}

.contact-address-mobile-icon {
    background-image: url("/local-res-s3/qingshuxuetang.com/v9_1/address.png");
    width: 0.4em;
    height: 0.4em;
    cursor: pointer;
    display: inline-block;
    background-repeat:no-repeat;
    background-size:100% 100%;
    -moz-background-size:100% 100%;
    vertical-align: middle;
    margin-right: 0.32em;
}

.contact-content-left div {
    margin: 15px 0;
}

.contact-content-item {
    font-size: 1em;
    font-family: MicrosoftYaHei;
    color: rgba(255, 255, 255, 0.8);
    line-height: 19px;
}

.contact-phone-mobile-items {
    margin-bottom: 0.16em;
}

.contact-content-link a,
.mobile-link-div a {
    color: #FFFFFF;
    text-decoration: none;
    word-break: break-all;
    white-space: normal;
}

.contact-content-link a:hover,
.contact-content-link a:active,
.contact-content-link a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

.mobile-link-div a:hover,
.mobile-link-div a:active,
.mobile-link-div a:visited {
    color: #FFFFFF;
    text-decoration: none;
}
