* {
    margin: 0;
    padding: 0;
    list-style: none;
}

html,
body {
    height: 100%;
    background: #f7f8fa;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: #fff;
}
::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
    border: 2px solid #fff;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #aab1bc;
}
::-webkit-scrollbar-thumb:active {
    border: 0;
    border-radius: 0;
    background-color: #d9d9d9;
}
::-webkit-scrollbar-thumb:window-inactive {
    background-color: #d9d9d9;
}

.layui-form-label {
    width: 70px;
    height: 38px;
    padding: 0;
    line-height: 38px;
    text-align: left;
}
.layui-inline {
    color: #666666;
}
.layui-input {
    text-align: center;
}
.layui-laydate-content table tbody tr td {
    line-height: unset;
}
.layui-laydate-content table tbody tr:hover {
    background: unset;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #3f96fe;
}
.layui-laypage a:hover {
    color: #3f96fe;
}
.layui-form-select dl dd.layui-this {
    background-color: #3f96fe;
}
.layui-laydate .layui-laydate-content .layui-this {
    background-color: #3f96fe !important;
}
.layui-laypage input:focus,
.layui-laypage select:focus {
    border-color: #3f96fe !important;
}

.memberBox {
    min-height: 100%;
    position: relative;
    padding-bottom: 390px;
    box-sizing: border-box;
}

.container_header {
    width: 100%;
    height: 38px;
    line-height: 38px;
    color: #666666;
    font-size: 14px;
    background: #f1f2f4;
}
.rows_header {
    width: 1200px;
    height: 38px;
    margin: 0 auto;
    display: flex;
}
.container_header .rows_header img {
    float: left;
    margin-top: 12px;
    margin-right: 5px;
}
.rows_header > div:first-child {
    flex: 2;
}
.rows_header > div:first-child > p {
    width: 650px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rows_header > div:first-child > p > img {
    width: 16px;
    height: 14px;
    margin-left: 10px;
}
.rows_header > div:first-child > p > span > span {
    color: red;
    padding: 0 5px;
}
.rows_header > div:last-child {
    flex: 3;
}
.nav_header {
    width: 100%;
    height: 38px;
}
.nav_header > li {
    float: right;
    margin-right: 20px;
    cursor: pointer;
    position: relative;
}
.nav_header > li > img.icon_img {
    width: 16px;
    height: 16px;
}
.nav_header > li img.icon_img_jt {
    width: 8px;
    height: 4px;
}
.nav_header p {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}
.showMe_the {
    position: absolute;
    top: 22px;
    left: -36px;
    z-index: 99;
    opacity: 0;
    transform: translateY(10px);
    transition: 0.5s;
    z-index: -1;
}
.nav_header > li:last-child:hover .showMe_the {
    opacity: 1;
    transform: translateY(-5px);
    transition: 0.5s;
    z-index: 99;
}
.showMe_one {
    width: 228px;
    height: 183px;
    position: absolute;
    right: -94px;
    top: 31px;
    opacity: 0;
    transform: translateY(10px);
    transition: 0.5s;
    z-index: -1;
    background: url("../images/bg_qq.png") no-repeat;
    background-size: 100% 100%;
}

.showMe_one ul {
    width: 195px;
    height: 138px;
    margin-top: 21px;
    margin-left: 16px;
    display: flex;
    flex-direction: column;
}
.showMe_one ul li:first-child {
    line-height: normal;
    padding-top: 13px;
}
.showMe_one ul li {
    flex: 1;
    line-height: 35px;
}
.container_header .rows_header .showMe_one ul li img {
    width: 77px;
    height: 22px;
    float: left;
    margin-top: 6.5px;
    margin-left: 15px;
}
.nav_header > li:nth-child(3):hover .showMe_one {
    opacity: 1;
    transform: translateY(-5px);
    transition: 0.5s;
    z-index: 99;
}
.showMe_one ul li:first-child > span:first-child {
    color: #374567;
    font-size: 16px;
    font-weight: bold;
    margin-left: 15px;
    margin-right: 15px;
}

.showMe_one ul li.qqChat:hover {
    cursor: pointer;
    background: #f0f3f5;
}

.showMe_two {
    width: 166px;
    height: 139px;
    position: absolute;
    right: -10px;
    top: 31px;
    opacity: 0;
    transform: translateY(10px);
    transition: 0.5s;
    z-index: -1;
    background: url("../images/bg_center.png") no-repeat;
    background-size: 100% 100%;
}

.showMe_two ul {
    width: 135px;
    height: 99px;
    margin-top: 23px;
    margin-left: 16px;
    display: flex;
    flex-direction: column;
}
.showMe_two ul li {
    flex: 1;
    line-height: 48px;
}
.showMe_two ul li img {
    width: 13px;
    height: 13px;
}
.showMe_two ul li a {
    text-decoration: none;
    color: #666666;
}
.container_header .rows_header .showMe_two ul li img {
    float: left;
    margin-top: 18px;
    margin-left: 24px;
}
.showMe_two ul li:hover {
    cursor: pointer;
    background: #f0f3f5;
}

.nav_header > li:first-child:hover .showMe_two {
    opacity: 1;
    transform: translateY(-5px);
    transition: 0.5s;
    z-index: 99;
}

div.nav {
    width: 100%;
    height: 90px;
    background: #fff;
}
div.nav > div.mynav {
    width: 1200px;
    height: 90px;
    margin: 0 auto;
    position: relative;
}
div.mynav > img {
    display: none;
    position: absolute;
    width: 245px;
    height: 38px;
    top: 26px;
    left: 0;
    cursor: pointer;
}
div.mynav > ul {
    position: absolute;
    height: 90px;
    right: 0;
    top: 0;
}
div.mynav > ul > li {
    line-height: 90px;
    float: left;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #0b1d30;
}
div.mynav > ul > li:hover {
    cursor: pointer;
    color: #2f7bfa;
}

.bottomIframes {
    width: 100%;
    height: 390px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
}

.member_content {
    width: 1200px;
    height: 873px;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: 20px;
    display: flex;
}

.member_content > div:first-child {
    width: 200px;
    height: inherit;
    background: #fff;
}

.member_content > div:last-child {
    width: 980px;
    margin-left: 20px;
    height: inherit;
    background: #fff;
    padding: 0 30px;
}
.member_content > div:last-child > div.right_tltle {
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 24px;
    color: #0b1d30;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}
#title {
    font-weight: bold;
}

.member_content > div:last-child > div > button#person_back {
    width: 68px;
    height: 32px;
    border: none;
    background: #2f7bfa;
    border-radius: 4px;
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    right: 0;
    top: 20px;
    cursor: pointer;
    display: none;
}

.coupon_tab {
    width: 220px;
    height: 70px;
    position: absolute;
    left: 150px;
    top: 0;
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    display: none;
}
.coupon_tab > li {
    width: 80px;
    height: 70px;
    float: left;
    text-align: center;
    cursor: pointer;
    margin-right: 25px;
}

.coupon_tab > li.choose_coupon {
    font-weight: bold;
    color: #1280fc;
    border-bottom: 4px solid #0680fd;
    box-sizing: border-box;
}

.pharmacy_tab {
    width: 190px;
    margin-top: 23px;
}

.pharmacy_tab li {
    width: 100%;
    height: 48px;
    line-height: 48px;
    color: #666666;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    border-left: 2px solid #ffffff;
    overflow: hidden;
}

.pharmacy_tab li:hover {
    background: #f7f8fa;
    box-sizing: border-box;
    border-left: 2px solid #d5d5d5;
}

.pharmacy_tab li > span:nth-child(1) {
    display: block;
    width: 47px;
    height: 48px;
    float: left;
    text-indent: 20px;
}
.pharmacy_tab li > span:nth-child(2) {
    display: block;
    width: 94px;
    height: 48px;
    float: left;
    font-size: 16px;
    text-align: left;
    text-indent: 5px;
}
.pharmacy_tab li > span:nth-child(3) {
    display: block;
    width: 47px;
    height: 48px;
    float: left;
    text-align: left;
}

.pharmacy_tab li > span:nth-child(1) > img {
    width: 16px;
    height: 16px;
    vertical-align: text-top;
}
.pharmacy_tab li > span:nth-child(3) > img {
    width: 22px;
    height: 18px;
    vertical-align: text-bottom;
}

.pharmacy_tab li:nth-child(6),
.pharmacy_tab li:nth-child(7),
.pharmacy_tab li:nth-child(8) {
    display: none;
}

.pharmacy_tab li.choose_this {
    color: #2f7bfa;
    background: linear-gradient(270deg, #ffffff 0%, #eff5ff 100%);
    box-sizing: border-box;
    border-left: 2px solid #2f7bfa;
}

.tab_container {
    width: 100%;
    height: calc(100% - 70px);
    display: none;
}

.tab_1 > div {
    width: 100%;
    height: 100%;
    display: flex;
}

.tab_1 > div > div:first-child {
    width: 210px;
    height: 100%;
}

.tab_1 > div > div:last-child {
    width: 730px;
    height: 100%;
}
.tab_1 {
    display: block;
}

.updata_img {
    width: 180px;
    height: 180px;
    background: #f7f8fa;
    margin-top: 20px;
    position: relative;
    cursor: pointer;
}
.updata_img > img.no_img {
    width: 77px;
    height: 48px;
    margin-top: 48px;
    margin-left: 52px;
}

.updata_img > img.get_img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.updata_img > p {
    text-align: center;
    font-size: 14px;
    color: #999999;
    margin-top: 15px;
}

.updata_img > input {
    width: 180px;
    height: 180px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
}

.picture_upload {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-indent: 45px;
    display: none;
}
.picture_upload > span {
    cursor: pointer;
    color: #2f7bfa;
}

.pharmacy_message {
    width: 100%;
    height: 90px;
    margin-top: 20px;
}
.pharmacy_message > div {
    width: 100%;
    height: 30px;
    display: flex;
    font-size: 14px;
    color: #666666;
}
.pharmacy_message > div > p {
    flex: 1;
}
.pharmacy_message > div > p > span {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pharmacy_message > div > p > span:first-child {
    width: 60px;
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify;
    -moz-text-align-last: justify;
    -webkit-text-align-last: justify;
}

.pharmacy_message > div > p > span:last-child {
    width: 280px;
}

.pharmacy_map {
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
    color: #666666;
    position: relative;
}

.pharmacy_map span.input-item-text {
    display: inline-block;
    width: 60px;
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify;
    -moz-text-align-last: justify;
    -webkit-text-align-last: justify;
}

#tipinput {
    width: 655px;
    height: 32px;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    text-indent: 10px;
}

#map_container {
    width: 100%;
    height: 250px;
    margin-top: 10px;
    position: relative;
}

#map_mask {
    width: 100%;
    height: 250px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background: #000;
    opacity: 0.2;
    display: none;
}

.pharmacy_address {
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
    color: #666666;
}
.pharmacy_address input#address {
    width: 655px;
    height: 32px;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    text-indent: 10px;
    border-radius: 4px;
}

.pharmacy_address input#phone {
    width: 250px;
    height: 32px;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    text-indent: 10px;
}

.pharmacy_address > p {
    margin-top: 10px;
}
.pharmacy_address > p > span:first-child {
    display: inline-block;
    width: 60px;
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify;
    -moz-text-align-last: justify;
    -webkit-text-align-last: justify;
}

.pharmacy_contacts {
    width: 100%;
    margin-top: 40px;
}
.pharmacy_contacts > p {
    width: 100%;
    height: 40px;
    display: flex;
}

.pharmacy_contacts > p > span {
    flex: 1;
    font-size: 20px;
    font-weight: bold;
    color: #0b1d30;
}

.pharmacy_contacts > div {
    width: 100%;
    height: 50px;
    display: flex;
    font-size: 14px;
    color: #666666;
}
.pharmacy_contacts > div > p {
    flex: 1;
}
.pharmacy_contacts > div > p > span {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pharmacy_contacts > div > p > span:first-child {
    width: 60px;
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify;
    -moz-text-align-last: justify;
    -webkit-text-align-last: justify;
}

.pharmacy_contacts > div > p > input {
    width: 250px;
    height: 30px;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    text-indent: 10px;
}

.pharmacy_button {
    width: 100%;
    height: 40px;
    margin-top: 20px;
    text-align: center;
}

.pharmacy_button > button {
    width: 240px;
    height: 40px;
    background: #2f7bfa;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}
.pharmacy_button > button:hover {
    background: #2f8bfa;
}

.qualifications {
    width: 100%;
    height: 118px;
    background: #f8f8f8;
    margin-top: 20px;
}

.qualifications > div {
    width: 100%;
    display: flex;
}

div.qualifications > div > p {
    flex: 1;
    margin-top: 25px;
    text-indent: 20px;
    font-size: 14px;
    color: #666666;
}

div.qualifications > div > p > span:first-child {
    display: inline-block;
    width: 105px;
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify;
    -moz-text-align-last: justify;
    -webkit-text-align-last: justify;
}

.pharmacy_license {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 60px;
}
.pharmacy_license > p {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #0b1d30;
    display: flex;
}
.pharmacy_license > p > span {
    flex: 1;
}

.pharmacy_license > div {
    width: 100%;
    height: 260px;
    margin-top: 10px;
    display: flex;
}
.pharmacy_license > div > div {
    flex: 1;
}

.pharmacy_license > div > div > div {
    width: 440px;
    height: 260px;
    background: #ffffff;
    border: 1px dashed #e5e5e5;
    opacity: 1;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.pharmacy_license > div > div > div > img.no_img {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 205px;
    top: 95px;
}
.pharmacy_license > div > div > div > p {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #999999;
    position: absolute;
    top: 141px;
}
.pharmacy_license > div > div > div > input {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

.pharmacy_license > div > div > div > img.get_img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: contain;
}
p.no_more {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #999999;
    margin-top: 20px;
}

table {
    width: 100%;
    margin-top: 20px;
    table-layout: fixed;
}
table thead tr th {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: normal;
    position: relative;
}
table tbody tr td {
    height: 54px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    line-height: 50px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}
table tbody tr:hover {
    background: #edf4ff;
}

table thead tr th {
    background: #f7f8fa;
    font-size: 14px;
    color: #999999;
}
table tbody tr {
    border-bottom: 0.1px solid #e5e5e5;
    background: #fff;
}

table tbody tr td {
    width: 200px;
}

table tbody tr td a {
    display: inline-block;
    cursor: pointer;
    width: 45px;
    height: 40px;
    color: #2f7bfa;
}

tbody tr td {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

table tbody tr td a:hover {
    color: #2f7bfa;
    text-decoration: underline;
}

table#clerk_table tbody tr td:nth-child(6) {
    width: 60px;
    text-align: right;
}
table#clerk_table tbody tr td:nth-child(6) > a {
    display: unset;
}
table#clerk_table tbody tr td:nth-child(6) > a.not_click {
    color: #bebebe;
}

.clerk_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999;
    display: none;
}
.clerk_container {
    width: 100%;
    height: 100%;
    position: relative;
}
.clerk_rows {
    width: 658px;
    height: 404px;
    background: #ffffff;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -329px;
    margin-top: -202px;
    overflow: hidden;
}
.clerk_rows > div {
    width: 618px;
    height: 100%;
    margin: 0 auto;
}
.clerk_title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
}
.clerk_title > span {
    font-size: 16px;
    color: #333333;
}
.clerk_title > img {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 19px;
    cursor: pointer;
}

.clerk_content {
    width: 100%;
    height: 262px;
    display: flex;
}
.clerk_content > div {
    flex: 1;
}
.clerk_title_2 {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    position: relative;
    text-indent: 10px;
}

.clerk_title_2 > span {
    position: absolute;
    display: block;
    width: 4px;
    height: 16.5px;
    background: #2f7bfa;
    border-radius: 2px;
    top: 21px;
    left: 0;
}

.clerk_title_2 > a {
    font-size: 13px;
    color: #3479f6;
    font-weight: initial;
    position: absolute;
    right: 13px;
    cursor: pointer;
}

.clerk_title_2 > a:hover .updata_store {
    display: block;
    transform: translateY(-5px);
    transition: 0.5s;
    z-index: 99;
}

.updata_store {
    position: absolute;
    top: 40px;
    left: -10px;
    z-index: 99;
    display: none;
    transform: translateY(10px);
    transition: 0.5s;
}

.clerk_message > p {
    width: 100%;
    height: 50px;
    color: #ef0000;
    font-size: 14px;
}

.clerk_message > p > span {
    display: inline-block;
    width: 81px;
}

.clerk_message > p > input {
    width: 202px;
    height: 32px;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    text-indent: 10px;
}

.clerk_power {
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: flex;
}

.clerk_power > div:first-child {
    width: 81px;
    font-size: 14px;
    color: #666666;
}
.clerk_power > div:last-child {
    width: 208px;
}

.power_box {
    width: 100%;
    height: 30px;
    display: flex;
}
.power_box > span {
    flex: 1;
    position: relative;
}

.power_box > span:first-child img {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 5px;
    top: 6px;
    cursor: pointer;
}

.power_box > span:last-child img {
    width: 38px;
    height: 26px;
    position: absolute;
    right: 0;
    top: 2px;
    cursor: pointer;
}

.power_box > span:first-child {
    font-size: 14px;
    color: #333333;
    text-indent: 28px;
}

.power_box > span:last-child {
    font-size: 14px;
    color: #666666;
}

.clerk_autograph {
    width: 294px;
    height: 166px;
    background: #ffffff;
    border: 1px dashed #e5e5e5;
    border-radius: 4px;
    position: relative;
}

.updata_tips {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #999999;
}

.clerk_autograph .no_img {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 54px;
    left: 135px;
}

.clerk_autograph > p {
    width: 100%;
    height: 30px;
    text-align: center;
    position: absolute;
    font-size: 14px;
    color: #999999;
    top: 90px;
}

.clerk_autograph #file {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    left: 0;
    top: 0;
    cursor: pointer;
    opacity: 0;
}

.clerk_autograph .get_img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    object-fit: contain;
}

.order_new {
    width: 100%;
    height: 780px;
    margin-top: 20px;
    overflow: hidden;
    overflow-y: auto;
}

table#newOrder {
    margin: 0;
}

.receive_coupon {
    width: 100%;
    height: 780px;
    margin-top: 20px;
    overflow: hidden;
    overflow-y: auto;
}

.select_coupon {
    width: 100%;
    height: 780px;
    margin-top: 20px;
    overflow: hidden;
    overflow-y: auto;
    display: none;
}

.no_data_box,
.no_data_boxs {
    width: 100%;
    height: 500px;
}
.no_data_box > img,
.no_data_boxs > img {
    width: 150px;
    height: 125px;
    margin-top: 140px;
    margin-left: 400px;
}
.no_data_box > p,
.no_data_boxs > p {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    color: #666;
}

p.numText {
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    display: none;
}

.QR_no_container {
    display: none;
}
.QR_container {
    display: none;
}

.imgBox {
    width: 100%;
    height: 400px;
    display: flex;
    margin-top: 30px;
}

.imgBox > div {
    flex: 1;
}

.imgBox > div > div {
    width: 276px;
    height: 276px;
    margin: 10px auto;
    background: #eee;
    position: relative;
}
.imgBox > div:nth-child(1) > div canvas {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -23px;
    margin-top: -17px;
}

.imgBox > div:nth-child(2) > div canvas {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25.5px;
    margin-top: -38px;
}
.imgBox > div:nth-child(1) > div {
    background: url("../images/QR_tk.png") no-repeat;
    background-size: 100% 100%;
}
.imgBox > div:nth-child(2) > div {
    background: url("../images/QR_hb.png") no-repeat;
    background-size: 100% 100%;
}
.imgBox > div:nth-child(3) > div {
    background: url("../images/QR_sc.png") no-repeat;
    background-size: 100% 100%;
}

.QR_title {
    width: 100%;
    height: 30px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    color: #333333;
}

.QR_titles {
    width: 100%;
    height: 90px;
    line-height: 90px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    color: #333333;
}

.QR_specs {
    width: 100%;
    height: 30px;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    color: #333333;
}

.QR_advise {
    width: 100%;
    height: 30px;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    color: #999999;
}

.QR_btn {
    width: 120px;
    height: 36px;
    background: #ffffff;
    border: 1px solid #3579f6;
    border-radius: 18px;
    color: #3579f6;
    font-size: 16px;
    margin-left: 95px;
}

.QR_btn:hover {
    background: #3579f6;
    color: #fff;
    cursor: pointer;
}

.QR_tips {
    margin-top: 40px;
    font-size: 14px;
    color: #333333;
}

.QR_address {
    width: 124px;
    height: 34px;
    background: #3579f6;
    border-radius: 4px;
    font-size: 14px;
    color: #ffffff;
    border: none;
    cursor: pointer;
    margin-top: 34px;
}
