* {
    margin: 0;
    padding: 0;
    font: 13px/normal Arial, Helvetica, Sans-Serif;
}

body {
    overflow: hidden;
    width: 100%;
    height: 100%;
    color: #161823;
}

p {
    margin: 0;
}

.hide {
    display: none !important;
}

.iheader {
    margin-top: 28px;
    padding: 0 9%;
    height: 28px;
}

.iheader .link {
    position: relative;
    float: right;
    font-size: 17px;
    line-height: 28px;
}

.iheader .link a {
    color: #999;
    font-size: 16px;
}

.iheader .link a:after {
    position: absolute;
    top: 2px;
    right: -28px;
    width: 24px;
    height: 24px;
    background: url(images/minapp.png);
    content: '';
}

.product {
    position: absolute;
    z-index: 100;
    overflow: hidden;
    padding: 22px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 1px 1px 10px 1px #1618242b;
    text-align: center;
}

.product img {
    width: 150px;
}

.product p {
    margin-top: 3px;
    color: #999;
    font-size: 14px !important;
    line-height: 20px;
}

.product1 {
    top: 38px;
    left: -44px;
}

.product2 {
    top: 53px;
    left: -32px;
}

.product3 {
    top: 53px;
    left: 186px;
}

.ibody {
    position: absolute;
    z-index: 2;
    width: 500px;
    height: 210px;
    top: -24px;
    bottom: 0px;
    margin: auto;
    left: 9%;
}

.ibody p {
    width: 100%;
}

.ibody .title {
    font-size: 52px;
    font-family: Taipei-Sans-TC-Beta-Light;
}

.ibody .remark {
    margin: 13px 0;
    font-size: 18px;
    line-height: 28px;
}

.btn-border {
    position: relative;
    margin-top: 24px;
}

.phone {
    position: fixed;
    width: 212px;
    border-top: 1px solid #f3f3f3;
    border-left: 1px solid #f3f3f3;
    box-shadow: 11px 11px 11px 0 #1618244f;
}

.phone1 {
    top: -24px;
    right: 404px;
    bottom: 0;
    z-index: 9;
    margin: auto;
    -webkit-transform: rotateY(346deg) rotateX(30deg) rotateZ(31deg) rotate(339deg);
}

.phone2 {
    top: 8px;
    right: 329px;
    bottom: 0;
    z-index: 8;
    margin: auto;
    width: 180px;
    -webkit-transform: rotateY(346deg) rotateX(30deg) rotateZ(31deg) rotate(339deg);
}

.phone3 {
    top: 45px;
    right: 239px;
    bottom: 0;
    z-index: 7;
    margin: auto;
    width: 147px;
    -webkit-transform: rotateY(346deg) rotateX(30deg) rotateZ(31deg) rotate(339deg);
}

.happy {
    position: fixed;
    top: 0;
    float: left;
    overflow: hidden;
    padding: 3px 0;
    border-top: 1px solid #ff2121;
    background: #161823;
}

.logo {
    width: 50px;
}

@font-face {
    font-family: Taipei-Sans-TC-Beta-Light;
    src: url(font/zh/Taipei-Sans-TC-Beta-Light-2.ttf);
}

@font-face {
    font-family: Facon-2;
    src: url(font/en/Facon-2.ttf);
}

.btn-border button {
    position: relative;
    width: 160px;
    height: 48px;
    border: 1px solid;
    border-radius: 4px;
    background: #fff;
    color: #ff2121;
    text-align: left;
    text-indent: 24px;
    font-size: 16px;
    line-height: 46px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.btn-border button:first-child {
    margin-right: 24px;
    border-color: #ff2121;
    background: #ff2121;
    color: #fff;
}

.btn-border button:after {
    position: absolute;
    top: 10px;
    right: 22px;
    width: 26px;
    height: 26px;
    background-size: 100%;
    content: '';
}

.btn-border button:nth-child(1):after {
    background: url(images/2code-white.png);
}

.btn-border button:nth-child(2):after {
    background: url(images/2code-red.png);
}

.index-main-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.index-main-bottom .content {
    margin: 0;
    padding: 0 9%;
    width: 82%;
    background: #161823;
    color: #999;
    line-height: 48px;
}

.index-main-bottom .content2 {
    position: absolute;
    top: -55px;
    margin-left: 9%;
    padding: 0;
    width: 155px;
    border-radius: 24px;
    background: #f0f0f0;
    text-align: center;
    line-height: 35px;
}

.index-main-bottom .content a {
    margin: 0 3px;
    color: #999;
    text-decoration: none;
}

.index-main-bottom .content a:hover {
    text-decoration: underline;
}

a {
    cursor: pointer;
}

.btn-border button:hover {
    box-shadow: 2px 2px 0 2px rgb(255 33 33 / 37%);
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -ms-transform: translateY(-6px);
}

.thyear {
    float: left;
    margin-top: -10px;
    margin-left: 60px;
    font-size: 14px;
    font-family: Taipei-Sans-TC-Beta-Light;
}

.thyear span {
    color: #ff2121;
    font-size: 44px;
    font-family: Facon-2;
}

.iheader .link a:hover {
    color: #677de0;
}

.iheader .link a:hover:after {
    background: url(images/minapp-hover.png);
}
