a,button,input[type=submit]{ cursor: pointer !important;}
input{outline:none}
input:-webkit-autofill {
       -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;//关于解决输入框背景颜色
       -webkit-text-fill-color: rgba(255,255,255,1)!important;//关于接输入框文字颜色
   }
img{ border: 0px;}
.wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    min-width: 1000px;
    min-height: 800px;
    text-align: center;
    background-color: #ffffff;
}
page{

background-color:"#fff";

height:100%;

}


.btndiv {
    text-align: center;
    margin-top: 20px;
}

.btndiv a {
    margin: 10px;
}

.btndiv span {
    width: 180px;
    height: 60px;
    font-size: 13px;
}

.btndiv input.submit {
    background: #2591FC;
    margin: 10px 0 0 0;
    float: left;
    color: #fff;
    width: 200px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    border: 0;
}

.btn-blue {
    background: #2591FC;
    color: #fff;
    display: inline-block;
    width: 200px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    border: 0px;

}

body,ul {
    margin: 0;
    padding: 0
}

body {
    font-size: 12px;
    -webkit-text-size-adjust: 100%;
    font-family: "Monospaced Number","Chinese Quote",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;
}

li {
    list-style: none
}

a {
    text-decoration: none;
}

.form-control {
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.coordinate {
    background: #FFFFFF;
    padding: 0px 0 0px 0px;
}

.coordinate .coor {
    padding: 10px 0px 10px 10px;
    border-bottom: 1px solid #E8E8E8;
}

.coordinate .topcoor {
    padding: 5px 0px 5px 10px;
    border-bottom: 1px solid #E8E8E8;
}

.coordinate .topcoor span {
    font-size: 12px;
    color: #999999;
    padding: 0 3px;
}

.abtn {
    position: absolute;
    right: 30px;
    top: 5px;
}

.abtn .abtn-blue {
    background: #2591FC;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    padding: 0 8px;
}

.coordinate .step ul li.line {
    width: 25%;
}


/*step*/
.step {
    margin: 40px auto 10px auto;
    display: block;
    height: 40px;
    text-align: center;
}

.step ul {
    margin: 0 auto;
}

.step ul li {
    display: inline-block;
    position: relative;
    width: 30px;
    line-height: 7px;
    vertical-align: top;
}

.step ul li > div {
    position: absolute;
    width: 130px;
    left: -50px;
    top: 20px;
}

.step ul li > i {
    display: inline-block;
    color: #BBBBBB
}

.step ul li.line {
    height: 20px;
    line-height: 0px;
    vertical-align: top;
    width: 20%;
}

.step ul li.line > span {
    width: 100%;
    height: 4px;
    background: #BBBBBB;
    border-radius: 3px;
    display: inline-block;
}

.step ul li.blue > span {
    background: #40A8FF;
}

.step ul li.blue > i {
    color: #40A8FF;
}


/* CSS Document */
.tab {
    height: 60px;
    position: relative;
    margin: 0px auto 0 auto;
    background: #FFFFFF;
}
/*设置容器高宽等*/
html > body .tab {
}
/*兼容IE6:IE6下宽度不够*/
.tab > div {
    width: 100%;
    position: absolute;
    top: 33px;
    left: 0;
    background: #F0F2F5;
}
/*设置容器高宽等*/
.tab > div {
    display: none;
}
/*设置容器默认隐藏:不用ID是因为下面将利用class来控制容器显示,而class优先级低于id选择器*/
.tab .block {
    display: block;
}
/*选中的容器*/
.tab h3 {
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 0 0 0 0;
    padding: 0 10px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    color: #010101;
    font-family: Microsoft YaHei;
    font-weight: normal;
}
/*默认标题样式*/
.tab .up {
    color: #40A8FF;
    border-bottom: 3px solid #40A8FF;
    font-weight: 700;
}
/*选中的标题样式*/
/*修饰列表内容*/
.tab .blockinfo {
  /*  padding: 10px;*/
    background: #FFFFFF;
    height: 100%;
    margin: 10px;
}

.tab .info {
    padding-left: 50px;
}

.tab .con {
    padding: 20px;
}

.editorbox .formdiv {
    margin: 0px auto 15px auto;
    text-align: center;
}

.editorbox .textinput {
    width: 100%;
    margin: 20px auto;
    position: relative;
}

.editorbox .textinput label.error {
    position: absolute;
    color: red;
    height: 14px;
    line-height: 14px;
    left: 124px;
    top: 34px;
}

.editorbox .textinput span {
    color: #333333;
    width: 120px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: right;
}

.editorbox .textinput input {
    width: 60%;
    height: 30px;
}
.editorbox .textinput textarea {
    width: 280px;
    height: 30px;
    max-width: 280px;
}
.editorbox .btn-blue {
    background: #2591FC;
    color: #fff;
    display: inline-block;
    width: 200px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
}

/*正在加载中的样式*/
#loading {
    position: absolute;
    left: 45%;
    background: #ffffff;
    top: 40%;
    padding: 8px;
    z-index: 20001;
    height: auto;
    border: 1px solid #ccc;
}
/*  分页样式start**/
.page_div {
    text-align: right;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 12px;
    font-family: "microsoft yahei";
    color: #666666;
    margin-right: 10px;
    padding-left: 20px;
    box-sizing: border-box;
}
			/*
			 * 页数按钮样式
			 */

.page_div a {
    min-width: 24px;
    height: 24px;
    border: 1px solid #dce0e0!important;
    text-align: center;
    margin: 0 4px;
    cursor: pointer;
    line-height: 24px;
    color: #666666;
    font-size: 12px;
    display: inline-block;
}

#firstPage,
			#lastPage {
    width: 50px;
    color: #2590fc;
    border: 1px solid #2590fc!important;
}

#prePage,
			#nextPage {
    width: 70px;
    color: #2590fc;
    border: 1px solid #2590fc!important;
}

.page_div .current {
    background-color: #2590fc;
    border-color: #2590fc;
    color: #FFFFFF;
}

.totalPages {
    margin: 0 10px;
}

.totalPages span,
			.totalSize span {
    color: #2590fc;
    margin: 0 5px;
}

      /*  分页样式end**/
/**日期空间样式start**/

ul {
    list-style: none;
}

#schedule-box {
    width: 320px;
    margin: 0 auto;
    padding: 35px 20px;
    font-size: 13px;
}

.schedule-hd {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}

.today {
    flex: 1;
    text-align: center;
}

.ul-box {
    overflow: hidden;
}

.ul-box > li {
    float: left;
    width: 14.28%;
    text-align: center;
    padding: 5px 0;
}

.other-month {
    color: #999999;
}

.current-month {
    color: #333333;
}

.today-style {
    border-radius: 50%;
    background: #58d321;
}

.arrow {
    cursor: pointer;
}

.dayStyle {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
}

.current-month > .dayStyle:hover {
    background: #00BDFF;
    color: #ffffff;
}

.today-flag {
    background: #00C2B1;
    color: #fff;
}

.boxshaw {
    box-shadow: 2px 2px 15px 2px #e3e3e3;
}

.selected-style {
    background: #00BDFF;
    color: #ffffff;
}

#h3Ele {
    text-align: center;
    padding: 10px;
}
/**日期空间样式end**/
/*资料修改提醒*/
.warndiv{ margin: 10px;padding:10px;background:#ffffff;color:red; }
/**项目分类**/
.bidclassify{ position: absolute;border-radius: 3px;top: 10px;right: 10px;border-top: 1px solid #e8e8e8;border-left: 1px solid #e8e8e8;border-bottom: 1px solid #e8e8e8;}
.bidclassify a{ padding: 3px 5px;display: inline-block;color: #999;border-right: 1px solid #e8e8e8;}
.bidclassify a:first{ border-top-left-radius: 3px;border-bottom-left-radius: 3px; }
.bidclassify a:last{ border-top-right-radius:  3px;border-bottom-right-radius: 3px; }
.bidclassify a.current{ border: 1px solid #2590fc;border-radius: 3px;}
/*详情标题*/
.contitle{ padding: 10px 0;text-align: center;}
.contitle .pname{ color: #365C9D;font-size: 18px;font-weight: 700;padding: 10px 0 10px 0; }
.contitle > div span{ color: #9DA2B0; }
.con{ padding: 0px; }
/*滚动提示信息*/
.banner .bannerbtom .notice{ width: 600px;height: 40px;overflow: hidden;text-align: left; }
.banner .bannerbtom .notice > i{ font-size: 26px;color: red;margin-left: 10px;margin-right: 5px;}
.banner .bannerbtom .notice > span{ width: 520px;padding-left: 5px;font-weight: 700;font-size: 14px;color: red;display: inline-block;height: 46px;line-height: 46px;vertical-align: top;}
.banner .notice .bx-wrapper .bx-viewport{ height: 40px !important;}
.banner .notice .bx-wrapper .bx-viewport .slide a{ color: red;}
