
.windowsBgcarter{
	width: 100%;
    height: 10000px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9999;
    background: url(../images/windowsBg.png) repeat;
	background: rgba(0,0,0,0.8);
}

.containercarter {
	position: absolute;
    z-index: 10000;
    width: 50%;
    padding: 40px;
    background-color: #FFF;
    #border: 2px ridge rgba(238, 238, 238, 0.13);
    #border-radius: 5px;
    -moz-box-shadow: 0 -5px 10px 1px rgba(16, 16, 16, 0.57);
    -webkit-box-shadow: 0 -5px 10px 1px rgba(16, 16, 16, 0.57);
    box-shadow: 0 -5px 10px 1px rgba(16, 16, 16, 0.57);
    border-bottom: none;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
}

.containercarter h2{
	display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
	text-align:left;
	border-bottom:none;
	color:#000;
	
}

.logincarter {
    width: 43%;
    float: left;
    text-align: left;
    padding-right: 40px;
}




ul.tickcarter {
    float: left;
    list-style: none;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
ul.tickcarter li{
    line-height: 11px;
}

ul.tickcarter li input[type="checkbox"] {
    display: none;
}

ul.tickcarter li input[type="checkbox"]+label {
    position: relative;
    padding-left: 30px;
    border: #000;
    display: inline-block;
    font-size: 13px;
    color: #000;
}

ul.tickcarter li input[type="checkbox"]+label span:first-child {
    width: 17px;
    height: 17px;
    display: inline-block;
    border: 1px solid #000;
    position: absolute;
    top: -3px;
    left: 0;
    bottom: 4px;
}

ul.tickcarter li input[type="checkbox"]:checked+label span:first-child:before {
    content: "";
    background: url(../images/tick1.png)no-repeat;
    position: absolute;
    left: 3px;
    top: 3px;
    font-size: 10px;
    width: 10px;
    height: 10px;
}

.social-icons {
    margin-top: 20px;
    text-align: center;
}

.social-icons p {
    color: #000;
    margin-bottom: 15px;
}

.social-icons ul li {
    float: left;
    width: 32.9%;
}
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
li.twt {
    margin: 0 2px;
}

.social-icons ul li a {
    display:block;
}

.social-icons ul li a span {
    vertical-align: middle;
    color: #000;
    font-size: 15px;
}

.social-icons ul li span.icons {
    background: url("../images/i1.png") no-repeat center;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.social-icons ul li.weixin span.icons {
    background: url("../images/weixin.png") no-repeat;
    background-size: 100%;
}
.social-icons ul li.qq span.icons {
    background: url("../images/QQ.png") no-repeat;
    background-size: 100%;
}
.social-icons ul li.weibo span.icons {
    /*--w3layouts--*/
    /*--agileits--*/
    background: url("../images/weibo.png") no-repeat;
    background-size: 100%;
}

.social-icons ul li a:hover span.icons {
    transform: rotatey(360deg);
    -webkit-transform: rotatey(360deg);
    -o-transform: rotatey(360deg);
    -moz-transform: rotatey(360deg);
    -ms-transform: rotatey(360deg);
    transition: .5s all;
}

.containercarter input[type="text"], input[type="password"] {
    width: 93.4%;
    margin-bottom: 20px;
    padding: 10px;
    float: left;
    background-color: transparent;
    border: none;
    font-size: 15px;
    border-bottom: 1px solid #000;
    outline: none;
    color: #000;
}

.send-button-carter {
    margin-bottom: 20px;
}

.send-button-carter input[type="button"] {
    width: 60%;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 500;
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
    border-width: thin;
    cursor: pointer;
    outline: none;
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
    text-decoration: none;
}

/*--w3layouts--*/
/*--agileits--*/
.send-button-carter input[type="button"]:hover {
    background-color: #FF7616;
    border: 1px solid #FF7616;
    color: #FFF;
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
    text-decoration: none;
}

.logincarter a {
    color: #000;
}

.logincarter a:hover {
    color: #000;
}

.register123 {
    width: 43%;
    float: left;
    border-left: 1px solid #DDD;
    padding-left: 40px;
    text-align: left;
}

.register123 p {
    color: #000;
    margin-bottom: 10px;
}

.register123 p a {
    color: #000;
}

.register123 p a:hover {
    color: #000;
}

.footer123 {
    text-align: center;
    margin: 100px 20px 20px;
}
.footer123 p {
    color: #000;
    line-height: 25px;
    /*--w3layouts--*/
    /*--agileits--*/
}
.footer123 a {
    color: #000;
    text-decoration: none;
}
.footer123 a:hover {
    color: #000;
}

/*-- Index-Page-Styling --*/









/*--- Responsive Code ---*/



@media screen and (max-width: 1440px) {
    .containercarter {
        width: 53%;
    }
}

@media screen and (max-width: 1366px) {
    .containercarter h1 {
        margin: 50px 0;
    }
    .containercarter {
        width: 57%;
    }
    /*--w3layouts--*/
    /*--agileits--*/
}

@media screen and (max-width: 1280px) {
    .containercarter {
        width: 60%;
    }
}

@media screen and (max-width: 1024px) {
    .containercarter {
        width: 76%;
    }
}

@media screen and (max-width: 966px) {
    .containercarter {
        width: 80%;
    }
    .footer123 {
        margin: 50px 20px 20px;
    }
}

@media screen and (max-width: 853px) {
    .logincarter {
        padding-right: 36px;
    }
    .register123 {
        padding-left: 36px;
    }
    .social-icons ul li {
        width: 32.8%;
    }
    .register123 p {
        font-size: 14px;
    }
}

@media screen and (max-width: 800px) {

    .logincarter {
        padding-right: 35px;
    }
    .register123 {
        padding-left: 34px;
    }
    .social-icons ul li span.icons {
        width: 28px;
    }
}

@media screen and (max-width: 768px) {
    .containercarter {
        width: 85%;
    }
    .register123 p {
        font-size: 13.8px;
    }
}

@media screen and (max-width: 736px) {
    .containercarter h1 {
        font-size: 40px;
    }
    .containercarter {
        width: 87%;
        padding: 35px;
    }
    .logincarter {
        padding-right: 34px;
    }
    .register123 {
        padding-left: 33px;
    }
    .social-icons ul li a span {
        font-size: 14px;
    }
    .register123 p {
        font-size: 13.2px;
    }
}

@media screen and (max-width: 667px) {

    .containercarter {
        width: 55%;
        padding: 50px;
    }
    .logincarter {
        padding: 0;
        width: 100%;
        margin-bottom: 50px;
    }
    .register123 {
        padding: 40px 0 0 0;
        width: 100%;
        border: none;
        border-top: 1px solid #DDD;
    }
}



@media screen and (max-width: 568px) {

    .containercarter {
        width: 60%;
        padding: 40px;
    }
}


@media screen and (max-width: 480px) {
    .containercarter {
        width: 70%;
        padding: 35px;
    }
    .send-button-carter input[type="button"] {
        width: 50%;
        padding: 8px 0;
    }
}

@media screen and (max-width: 414px) {

    .containercarter {
        width: 75%;
        padding: 25px;
    }
    .logincarter {
        margin-bottom: 30px;
    }

    .register123 {
        padding: 30px 0 0 0;
    }
    .footer123 p {
        font-size: 14px;
    }
}



@media screen and (max-width: 375px) {
    .social-icons ul li span.icons {
        width: 27px;
    }
    .register123 p {
        font-size: 13px;
        line-height: 23px;
    }
}

@media screen and (max-width: 360px) {
    .containercarter {
        width: 80%;
        padding: 20px;
    }
}

@media screen and (max-width: 320px) {
    .social-icons ul li {
        width: 32.7%;
    }
    .social-icons ul li span.icons {
        width: 25px;
    }
    .social-icons ul li a span {
        font-size: 12.4px;
    }
}



/*--- Responsive Code ---*/
.windowsBgcartergas{
	width: 100%;
    height: 10000px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9999;
    background: url(../images/windowsBg.png) repeat;
    background: rgba(0,0,0,0.8);
	display:none;
}
.upgarde-vip {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index:10000;
  margin-left: -230px;
  margin-top: -127px;
  padding-bottom: 60px;
  width: 460px;
  padding-top: 12px;
  background-color: #fff;
  border-radius: 5px;
  display:none;
}
.upgarde-vip p {
  line-height: 30px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  font-size: 18px;
}
.upgarde-vip a {
  display: block;
  width: 160px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  background-color: #c30000;
  font-size: 16px;
  color: #fff;
  margin: 0 auto;
}
.upgarde-vip .upgarde-close {
  position: absolute;
  width: 36px;
  height: 36px;
  right: 0;
  top: 0;
  cursor: pointer;
  background: url(/login/images/close.png) no-repeat center;
  background-size: 65%;
}
.notice {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}
.notice .notice_description {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 500px;
  height: 300px;
  margin-left: -250px;
  margin-top: -150px;
  background: #fff;
  text-align: center;
}
.notice .notice_description .notice_close {
  position: absolute;
  right: 0;
  display: block;
  width: 50px;
  height: 50px;
  background: url(/Product/images/all.png) no-repeat -75px 5px;
}
.notice .notice_description p {
  padding: 0 40px;
  line-height: 30px;
}
.notice .notice_description div.notice_loginbox {
  margin-top: 0px;
  margin-bottom: 24px;
}
.notice .notice_description .notice_loginbox a {
  display: block;
  width: 210px;
  height: 37px;
  line-height: 37px;
  background: #fff;
  text-decoration: none;
  color: #000;
  font-size: .8em;
  margin-top: 10px;
  border: 1px solid #000;
  text-align: center;
  margin-left: 140px;
}
.notice .notice_description .notice_loginbox a:hover {
  background: #000;
  color: #fff;
}
.notice .notice_description h3 {
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  padding: 40px;
  font-weight: normal;
  color: #000;
}
.notice .notice_description .notice_loginbox a.login {
  margin-top: 0;
}
.little_tips {
  font-size: 12px !important;
  color: #828282;
  padding-bottom: 0px!important;
  padding-top: 10px!important;
}