@charset "UTF-8";

.shinetour-hd .nav li{ width: 125px;}
.emptyBox{ height: 80px;}

.content-inner{ width: 1180px; margin: 20px auto;}
.adBox,.advantageBox{ margin-left: 400px; margin-bottom: 40px;}
.formList{ width: 300px; padding:10px 30px; float: left; font-size: 14px; color: #333b4e;}
.formList .line{ width: 275px; margin:20px 0px; border-top: 1px dashed #333b4e;}
.formList dt{ width: 275px; height: 30px; padding-bottom: 10px; border-bottom: 1px solid #faa512; font-size: 18px; color: #faa512;}
.formList .icon01{ display: inline-block; width: 30px; height: 36px; background: url(../../images/main/selfhelp/icon01.png) no-repeat; vertical-align: bottom; margin-right: 5px;}
.formList .icon02{ display: inline-block; width: 30px; height: 36px; background: url(../../images/main/selfhelp/icon02.png) no-repeat; vertical-align: bottom; margin-right: 5px;}
.formList small{ font-size: 12px; color: #333b4e;}
.formList dd{ padding-top: 10px; }
.formList label{ display: block; }
.formList .ipt250{ float: left; width: 250px; height: 20px; padding: 5px 10px; border:1px solid #ccc; }
.formList .sure{ float: right; width: 25px; height: 25px; background: url(../../images/main/selfhelp/sure.png) no-repeat; margin-top: 5px;}
.formList .error{ float: right; width: 25px; height: 25px; background: url(../../images/main/selfhelp/error.png) no-repeat; margin-top: 5px;}
.formList .sendBtn{ display: inline-block; width: 100px; height: 28px; line-height: 28px; text-align: center; color: #fff; background: #37af6a; border-radius: 3px; position: absolute; bottom: 2px; right: 30px; cursor: pointer; border:none;}
.formList .grayBtn{ background: #bdbdbd; cursor: default; }
.formList .checkbox{ margin-right: 5px; }
.formList a{ color: #333b4e; text-decoration: underline;}

/*城市选择器*/
.allBox{ display: none; width: 300px; padding: 2px; background: #fff; border:1px solid #ccc; position: absolute; top: 33px; left: 0px; z-index: 3;}
.allBox .close{ width: 16px; height: 16px; line-height: 16px; text-align: center; border:1px solid #ccc; background: #fff; position: absolute; top: 5px; right: 5px; cursor: pointer;}
.tabBox{ width: 300px; height: 32px; line-height: 20px; text-align: center; padding-top: 1px; margin-bottom: -1px;}
.tabBox li{ float: left; width: 48px; padding:5px; cursor: pointer;}
.tabBox .current{ border: 1px solid #faa512; border-bottom: 1px solid #fff;}
.infoBox{ width: 300px; height: 240px; border-top: 1px solid #faa512; padding-top: 2px;}
.infoBox li{ float: left; border:1px solid #fff; padding: 5px 10px; cursor: pointer; white-space: nowrap;}
.infoBox li:hover{ border:1px solid #F5E2C7; background: #FFFBF4;}

/*下拉列表*/
.selectBox{ float: left; position: relative; z-index: 5; margin-right: 5px;}
.selectBox-hd{ display: inline-block; width: 245px; height: 20px; line-height: 20px; padding:5px 15px 5px 10px; border:1px solid #ccc; background:#fff url(../../images/global/btn-icon2.png) no-repeat; background-position: 240px 3px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; cursor: default; color: #859199;}
.selected-hd{ color: #fa8f12; background-position: 240px -23px;}
.selectBox-bd{ display: none; min-width: 245px; max-height: 230px; padding:5px 10px; overflow: auto; background: #fff; border-radius: 3px; position: absolute; top: 32px; left: 0px;}
.selectBox-bd::-webkit-scrollbar{ width:5px;} /* 滚动条宽度 */
.selectBox-bd::-webkit-scrollbar-thumb{ background-color: rgba(0, 0, 0, 0.2); -webkit-border-radius: 2px; border-radius: 2px;} /* 滑块颜色 */
.selectBox-bd li{ width: 100%; display: block; white-space: nowrap; }
.selectBox-bd li:hover{ color: #fa8f12; cursor: pointer;}

.w980 .content-inner{ width: 980px; }
.w980 .adBox,.w980 .advantageBox{ width: 600px; margin-left: 380px;}

/*注册成功页*/
.succeedBox{ width: 500px; text-align: center; padding:30px; margin:45px auto 0px; }
.succeedBox .succed{ display: inline-block; text-align: left; padding-left: 30px; margin-bottom: 30px; background: url(../../images/member/selfhelp/sure.png) no-repeat; font-size: 16px; font-weight: bold;}
.succeedBox small{ display: inline-block; font-size: 12px; font-weight: normal; margin-top: 5px;}
.succeedBox strong{ padding:0 5px;}
.succeedBox a{ padding:0 5px; color: #37AF6A; text-decoration: underline;}
.guideBox{ width: 500px; border:1px solid #ccc; line-height: 30px; padding:20px; margin:0px auto 45px;}
.guideBox a{ color: #f00; }
.guideBox a:hover{ text-decoration: underline;}