* {
    margin: 0;
    padding: 0;
}

body a {
    font-family: "微软雅黑";
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

a {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    display: block;
}

button,
hr,
input {
    overflow: visible
}

progress,
sub,
sup {
    vertical-align: baseline
}

[type=checkbox],
[type=radio],
legend {
    box-sizing: border-box;
    padding: 0
}

.nav-background {
    position: relative;
    width: 100%;
    min-width: 1200px;
    height: 480px;
    max-width: 1600px;
    margin: 0 auto;
    /* border-bottom: 1px solid #808484; */
}

.background {
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
}

.background-left {
    position: absolute;
    width: 50%;
    left: 0;
    top: 0;
    height: 100%;
    float: left;
}

.safety-shop,
.buy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.safety-shop h2,
.buy h2 {
    color: #fff;
    font-size: 34px;
    font-weight: 400;
}

.safety-shop a,
.buy a {
    color: #fff;
    background: #0070ba;
    font-size: 14px;
    display: block;
    width: 172px;
    margin-top: 38px;
}

.background-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    float: right;
}

.nav-container {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.nav-container .nav-ban {
    width: 1200px;
    margin: 0 auto;
    height: 72px;
    line-height: 72px;
    position: relative;
    border-bottom: 1px solid #808484;
}

.nav-container .login {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -20px;
    width: 136px;
    height: 43px;
    padding: 0;
    float: left;
    margin-left: 30px;
}

.main-menu {
    float: left;
    height: 72px;
    position: absolute;
    left: 50%;
    top: 7%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.main-menu-list {
    text-align: center;
}

.main-menu li {
    float: left;
    text-align: center;
    margin-left: 28px;
}

.main-menu a {
    font-size: 14px;
    color: #fff;
}

.main-menu a::after {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    overflow: hidden;
    border: 1px solid #fff;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    opacity: .75;
    position: relative;
    left: 5px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .3s ease-out;
    box-sizing: border-box;
    /* z-index: -1; */
}

.header-buttons {
    float: right;
    position: absolute;
    right: 0;
    margin-top: 16px;
}

.header-buttons>div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    position: absolute;
    top: 0;
    right: 0;
    width: 118px;
}

.header-buttons .pypl-btn.pypl-btn--small {
    min-width: 84px;
    display: inline-block;
    margin-left: 9px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.pypl-btn.pypl-btn--outline-white {
    background-color: transparent;
    color: #fff;
    border: 0;
    box-shadow: 0 0 0 1px #fff, 0 0 0 1px #fff;
}

.pypl-btn.pypl-btn--small {
    padding: 12px 18px;
    font-size: 12px;
    font-size: .8rem;
    line-height: 12px;
}

.pypl-btn {
    display: block;
    position: relative;
    max-width: 320px;
    padding: 13px 24px;
    margin-bottom: 0;
    background: #fff;
    font-size: 15px;
    font-family: PayPalSansSmall-Regular, Helvetica Neue, Arial, sans-serif;
    font-weight: 700;
    line-height: 22px;
    -webkit-font-smoothing: antialiased;
    color: #2c2e2f;
    text-align: center;
    cursor: pointer;
    border-radius: 25px;
    border: none;
    box-sizing: border-box;
}

.register-con {
    background: #f5f7fa;
}

.register-ban {
    width: 1200px;
    margin: 0 auto;
    padding: 64px 0;
    text-align: center;
}

.register-ban h2 {
    color: #4a4a4a;
    font-size: 32px;
    font-weight: normal;
}

.register-ban p {
    padding-top: 20px;
}

.register-ban a {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
    position: relative;
    max-width: 320px;
    padding: 13px 24px;
    margin-bottom: 0;
    background: #0070ba;
    font-size: 15px;
    font-family: PayPalSansSmall-Regular, Helvetica Neue, Arial, sans-serif;
    font-weight: 700;
    line-height: 22px;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 25px;
    border: none;
    box-sizing: border-box;
    margin-top: 30px;
}