.login-type-entry .icon {
    width: 16px;
    height: 16px;
    background-image: url(../img/icon_exchange.png);
    margin-right: 2px;
}
.password-login .icon-view {
    width: 16px;
    height: 16px;
    background-image: url(../img/icon_unhide.png);
    cursor: pointer;
}
.password-login .icon-unview {
    width: 16px;
    height: 16px;
    background-image: url(../img/icon_hide.png);
    cursor: pointer;
}
#user_login .input-icon, #guild_login .input-icon {
    width:18px;
    height:18px;
    float: left;
    margin-top: 9px;
}
#user_login .input-icon2, #guild_login .input-icon2 {
    width: 18px;
    height: 18px;
    float: left;
    margin-top: 24px;
}
#user_login .input-width, #guild_login .input-width {
    width: 92%;
    margin-left: 8%;
}
#user_login .social-icons, #guild_login .social-icons {
    justify-content: space-around;
    align-items: center;
    text-align: center;
    margin-top:17px;
    /*display: none;*/
}
#user_login .social-icons a, #guild_login .social-icons a {
    margin-right:18px
}
#user_login .social-icons a img, #guild_login .social-icons a img {
    width: 22px;
}
#user_login .g-Btn-green2, #guild_login .g-Btn-green2 {
    margin-top:22px
}
.login-type-entry .account_register_ele {
    float: right;
    padding-right:8px;
    /*display: none;*/
    text-decoration: underline;
    color: #fff;
}
.login-type-entry .account_register_ele:hover {
    color: #03c47e;
}
#account_register .f14 img {
    width:26px;
}
#account_register .f14 label {
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
}
#account_register .pointer {
    cursor: pointer;
    margin-bottom: 35px;
}
#account_register .footer-content {
    text-align: center;
    font-size: 14px;
    margin-top: 55px
}
#account_register .footer-content span:first-child {
    text-decoration: underline;
    color: #fff;
}
#account_register .footer-content span:hover {
    color: #03c47e;
}
#account_register .footer-content span span {
    margin-bottom: 52px !important;
    text-decoration: underline;
}

#complete_info .p-1 {
    width: 45%;
    float: left;
    text-align: center;
    margin-top: -20px;
    position: relative;
}
#complete_info .p-no-check {
    background-color: transparent;
    border: 1px solid #202A34;
    color: #B4BFC8;
}
#complete_info .p-check{
    border: 1px solid #03c47e;
    color: #03c47e;
    background: rgba(3,196,126, 0.3);
}
#complete_info .p-1 button {
    padding: 5px 22px;
    border-radius: 10px;
    cursor: pointer;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    top: 93%;
}
#complete_info .p-1 img{
    width: 100%;
    max-height: 150px;
    max-width: 265px;
    margin-bottom:8px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
#complete_info .p-2 {
    width: 45%;
    float: left;
    margin-top: -20px;
    margin-left: 10px;
    position: relative;
}
#complete_info .p-2 button {
    margin-left: -6px;
    margin-top:2px;
    padding: 5px 22px;
    border-radius: 10px;
    cursor: pointer;
    position: absolute;
    left: 50%;
    transform: translate(-42%, -50%);
    z-index: 2;
    top: 93%;
}
#complete_info .p-1 button:hover,#complete_info .p-2 button:hover {
    background: rgba(3,196,126, 0.5);
}
#complete_info .p-2 img {
    width: 100%;
    max-height: 150px;
    max-width: 265px;
    margin-bottom:8px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
#complete_info .font-white {
    color: #fff !important;
}
#complete_info #tab-1>p, #complete_info #tab-2>p {
    margin-bottom: 12px;
}
#complete_info #tab-1>div, #complete_info #tab-2>div {
    margin-bottom: 20px;
}
#contact_us .growth-dialog p {
    font-size: 14px !important;
    font-weight: 500 !important;
}
.password-login button[disabled] {
    border: 0;
    box-shadow: inset 0 0 0 1px hsla(0,0%,100%,.1);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 51, 61, .9)), color-stop(97.76%, rgba(77, 98, 117, .9))), -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, .1)), to(hsla(0, 0%, 100%, .1)));
    background: linear-gradient(180deg, rgba(40, 51, 61, .9), rgba(77, 98, 117, .9) 97.76%), linear-gradient(0deg, hsla(0, 0%, 100%, .1), hsla(0, 0%, 100%, .1));
    color: #b4c0c9;
    pointer-events: none;
}
#credit_card_content .pagewish .helpbox .part_1 {
    width: 12%;
    float:left;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size:14px;
}
#credit_card_content .pagewish .helpbox .part_2 {
    width: 88%;
}
#credit_card_content .pagewish .helpbox .select_1 {
    border-radius: 10px;
}

/*.gamelist2 .gameitem{
    position: relative;
}*/

.media-container img, .media-container2 img {
    width: 100%;
    object-fit: cover;
}

.media-container video,.media-container2 video{
    object-fit: cover;
    border-radius: 4px;
}

.media-container video {
    display: none;
    position: absolute;
    top: -22%;
    left: -22%;
    opacity: 0.2;
}

.media-container2 video {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2;
}
#gift-reissue {
    margin-left: 60px;
}
#gift-reissue .p1  {
    width: 48%;
    float: left
}
#gift-reissue .p2 {
    width: 48%;
    float: right
}
#gift-reissue .p1 p, #gift-reissue .p2 p {
    margin-bottom: 12px
}
#gift-reissue .p1 input, #gift-reissue .p2 input {
    border-radius: 4px;
}