*{
        -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;

    /* 移动端点击可点击元素时，去掉出现的蓝色默认背景色 */
    -webkit-tap-highlight-color: transparent; 
}
a{
    color:#3983f2;
    font-size: 11px;
    text-decoration: none;
}
.clearfix:after {visibility: hidden;display: block;font-size:0;content: ".";clear:both;height:0;}
.clearfix{*+height:1%;_zoom:1;}
.hidden {
    display: none !important;
}
.container{
    min-height: 750px;
    min-width: 900px;
    /*width: 1200px;*/
    width: 100%;
    padding: 0px;
    margin: 0px;
    background-color: #efefef;
}
.gbRegisterTitle{
        color: #ff6633;
    font-size: 24px;
    margin-bottom: 12px;
    text-align: center;
}
/*.gbRegisterBox ul,.gcRegisterBox ul,.gdRegisterBox ul,.gfRegisterBox ul {*/
ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}
.form-control {
    display: block;
    width: 100%;
    /*height: 26px;*/
    border: 1px solid #ddd;
    border-radius: 4px;
    padding-left: 8px;
    font-size: 14px;
    color: #000;
    height:32px;
}
.gbRegisterBox ul .per3,.gcRegisterBox ul .per3{
    width: 31.1%;
    display: inline-block;
}
.gbRegisterBox ul li label,.gcRegisterBox ul li label{
    font-size: 12px;
    color: #ff7979;
    margin-bottom: 2px;
}
.loginBox{
    margin:2px 0px 12px;
    font-size: 12px;
    text-align: center;
}
.saveBox{
    position:relative; margin-bottom:8px;
}
.matchesButtonGray{
    background-color: #ffe1d7 !important;
}
.loadGif{
    position: absolute;
    right: 19px;
    top: 10px;
}
.registerError{
    word-wrap: break-word;
    text-align: left;
    font-size: 10px;
    color: #ff7979;
}
/*底部样式*/
.gbFoot{
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background-color: #232b3a;
    color:#7b7b7c;
    font-size: 12px;
}
.gbFoot span.pd{margin-right:32px; display:inline-block;}
.email-error{
    font-size: 10px;
    color: #ff7979;
    margin-left: 8px;
    margin-bottom: 2px;
}
.colorf63{
    color:#ff6633;
}

.contactUsLeft:hover{
    cursor: pointer;
}
.contactUsLeft{
    position: fixed;
    /*left: 43%;*/
    top: 56%;
    z-index: 999;
    left: 50%;
    margin-left: 442px;
    width: 145px;
    height: 80px;
    color: #333;
    text-align: right;
    padding: 20px 8px;
    background-color: #fff;
    border-radius: 4px 0px 0px 4px;
    font-size: 14px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 7px rgba(0,0,0,0.26);
    -moz-box-shadow: 1px 1px 7px rgba(0,0,0,0.26);
    -webkit-box-shadow: 1px 1px 7px rgba(0,0,0,0.26);
}
.contactUsRight{
    /* float: left; */
    position: fixed;
    /* left: 43%; */
    top: 56%;
    left: 50%;
    margin-left: 584px;
    z-index: 999;
    /* margin-left: 725px; */
    background-color: #ff6633;
    width: 89px;
    height: 80px;
    border-radius: 4px;
    padding-top: 11px;
    text-align: center;
    color: #fff;
}
.colorf{
    color: #fff;
    font-size: 14px;
}
.contactUsRight:hover{
    cursor: pointer;
}
.selectBox{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.selectBox select{
    flex: 1;
}
@media screen and (max-width: 1024px) {
.container{
    min-height: auto;
    min-width: 100%;
    /*width: 1200px;*/
    width: 100%;
    padding: 0px;
    margin: 0px;
    background-color: #efefef;
}
.gbFoot{
    width: 100%;
    height: auto;
    line-height: 24px;
    text-align: center;
    background-color: #232b3a;
    color:#7b7b7c;
    font-size: 12px;
}
.gbFoot span.pd{margin-right:0; display:block;}
}

.notice-wrapper{
    position: fixed;
    overflow: hidden;
    top: 50%;
    left: 50%;
    padding: 15px;
    background: #fff;
    width: 80%;
    color: #333;
    border-radius: 13px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1999;
    display: none;
}

.notice{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: hsla(0,0%,64%,.3);
    z-index: 1998;
    display: none;
}

.notice-content{
    width: 100%;
    height: 320px;
    overflow: scroll;
    word-break: normal;
    margin-bottom: 20px;
}
.notice-content p{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 12px;
    font-weight: 400;
    vertical-align: baseline;
}
.notice-title{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
    height: 20px;
}

.notice-close{
    width: 24px;
    height: 24px;
    margin: auto;
}
.notice-close img{
    cursor: pointer;
}

/* 地区选择loading样式 */
.select_flex_item {
    position: relative;
  }
  .select_flex .select_float {
    position: absolute;
    width: 100% !important;
    height: 100%;
    left: 0 ;
    top: 0;
    background-color: #000;
    opacity: 0.07;
  }