* {
    font-family: "NotoSansHans-Light", "PingFang-SC-Medium";
}

body {
    margin: 0;
    padding: 0;
}

header {
    position: absolute;
    height: 50px;
    background-color: none;
    padding-left: 120px;
    margin-left: 23%;
}

header .logo {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    width: 120px;
    text-align: center;
    font-size: 22px;
    font-family: "NotoSansHans-Regular";
    color: #000;
    cursor: pointer;
}

header nav {
    height: 50px;
    line-height: 50px;
}

header nav ul {
    list-style: none;
    font-size: 18px;
    color: #333;
    margin: 0;
    padding: 0;
}

header nav ul li {
    padding: 0 20px;
    cursor: pointer;
}

header nav ul li.active {
    color: #ac295e;
}

main {

}

.index {
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 595px;
    min-width: 1200px;
}

.index .content {
    margin-left: 24%;
    padding: 0 51px;
    padding-top: 254px;
    width: 250px;
}

.index .content .desc {
    width: 248px;
    height: 134px;
    margin: 0 auto;
    background-image: url(../images/desc.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.qrcode {
    background: #fff;
    height: 680px;
    color: #333;
    padding-top: 20px; 
}

.qrcode .qrcode-title {
    padding: 50px 0px;
    text-align: center;
    font-size: 26px;
}

.qrcode .qrcode-content {
    height: 320px;
    width: 1025px;
    margin: 0 auto;
}

.qrcode .qrcode-content .qrcode-block {
    width: 221px;
	height: 300px;
	background-color: #ffffff;
    box-shadow: 2px 4px 7px 0px rgba(0, 0, 0, 0.4);
    margin: 0 60px;
    float: left;
    text-align: center;
}

.qrcode .qrcode-content .qrcode-block .block-title {
    height: 36px;
    line-height: 36px;
    font-size: 21px;
    margin-top: 37px; 
}

.qrcode .qrcode-content .qrcode-block .block-desc {
    height: 28px;
    line-height: 28px;
    font-size: 16px;
}

.qrcode .qrcode-content .qrcode-block .block-qrcode {
    width: 182px;
    height: 182px;
    margin: 0 auto;
}

.qrcode .qrcode-content .qrcode-block .block-qrcode img {
    width: 100%;
}

.qrcode .qrcode-content::after {
    content: '';
    display: block;
    clear: both;
}

.qrcode .qrcode-contact {
    padding-top: 60px;
    padding-bottom: 40px; 
    font-size: 26px;
    text-align: center;
}

.qrcode .qrcode-email {
    height: 43px;
    line-height: 43px;
    text-align: center;
    font-size: 26px;
}

.qrcode .qrcode-email .email-icon {
    width: 57px;
    height: 43px;
    background-image: url(../images/email.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.qrcode .qrcode-email .email-mes {
    vertical-align: middle;
}

.more {
    height: 165px;
    line-height: 165px;
    background-color: #f2f2f2;
    color: #333;
    font-size: 26px;
    text-align: center;
}

footer {
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #313030;
    font-size: 14px;
    color: #fff;
}

