body {
    background: #000;
    color: #fff;
}

a:link {
    color: #000;
}
a:visited {
    color: #000;
}
a:hover {
    color: #000;
}
a:active {
    color: #000;
}

.reg_QRbox {
    width: 900px;
    position: absolute;
    left: 50%;
    margin-left: -450px;
    background: url(img/bgk.png) no-repeat;
    min-height: 433px;
    padding-top: 30px;
}

.are_QRbox_title {
    background: #fffa85; /* Old browsers */
    background: -moz-linear-gradient(top,  #fffa85 0%, #fefded 20%, #faf8c5 45%, #e8bd4b 62%, #8f6728 90%, #f2b618 100%);
    background: -webkit-linear-gradient(top,  #fffa85 0%,#fefded 20%,#faf8c5 45%,#e8bd4b 62%,#8f6728 90%,#f2b618 100%);
    background: linear-gradient(to bottom,  #fffa85 0%,#fefded 20%,#faf8c5 45%,#e8bd4b 62%,#8f6728 90%,#f2b618 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffa85', endColorstr='#f2b618',GradientType=0 );
    text-align: center;
    color: transparent;
    background-clip: text;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    font-family:  "Microsoft YaHei", Arial, Helvetica, sans-serif, "Zawgyi-One";
    font-size: 30px;
    font-weight: bold;
}

.are_QRbox_body {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.blk_QRbox_mobi {
    width: 350px;
    position: relative;
}
.blk_QRbox_mobi img {
    position: absolute;
    top: 68px;
    left: 55px;
}

.blk_QRbox_right {
    text-align: left;
    width: 390px;
}

.tit_QRbox {
    background: #fffa85; /* Old browsers */
    background: -moz-linear-gradient(top,  #DCBF7B 0.02%, #F0E699 28.61%, #DBBB78 59.99%, #DBBB78 99.97%);
    background: -webkit-linear-gradient(top,  #DCBF7B 0.02%, #F0E699 28.61%, #DBBB78 59.99%, #DBBB78 99.97%);
    background: linear-gradient(to bottom,  #DCBF7B 0.02%, #F0E699 28.61%, #DBBB78 59.99%, #DBBB78 99.97%);
    text-align: left;
    color: transparent;
    background-clip: text;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    font-family:  "Microsoft YaHei", Arial, Helvetica, sans-serif, "Zawgyi-One";
    font-size: 26px;
    font-weight: 500;
    max-width: 390px;
}

.txt_QRbox {
    font-size: 16px;
    padding: 2px 15px 2px 5px;
    background: linear-gradient(0deg, #DCBF7B 0.02%, #F0E699 28.61%, #DBBB78 59.99%, #DBBB78 99.97%);
    display: inline-block;
    color: #000;
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomright: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    font-weight: 600;
    margin: 15px 0;
}

.panel_QRbox_img canvas{
    border: 10px solid #fff;
    width: 122px;
    height: 122px;
}

.panel_QRbox_url {
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "Zawgyi-One";
    color: #000;
    font-size: 18px;
    background: linear-gradient(0deg, #DFBE2B 0%, #F3E654 29%, #D5A200 60%, #D5A200 100%);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-align: left;
    padding: 3px;
    font-weight: bold;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 15px;
}
.panel_QRbox_url a {
    display: block;
    background: url("img/icon_arrow.png") no-repeat #fff;
    background-position-x: calc(100% - 5px);
    background-position-y: center;
    border-radius: 50px;
    padding: 6px 40px 6px 10px;
    min-width: 200px;
    color: #6c6c6c;
}

.panel_QRbox_url a:link {
    color: #6c6c6c;
}
.panel_QRbox_url a:visited {
    color: #6c6c6c;
}
.panel_QRbox_url a:hover {
    color: #6c6c6c;
}
.panel_QRbox_url a:active {
    color: #6c6c6c;
}