@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2020-04-07 16:36:30
 * @version $Id$
 */

.paddingLeft63{ padding-left: 63px; }


.masterSearch{ background: #FFF; padding-bottom: 60px; }


.searchStyle{ display: inline-block; vertical-align: top; height: 38px; border: 1px solid #e8e8e8; }
.searchStyle input.searchText{ vertical-align: top; padding-left: 9px; padding-right: 9px; height: 38px; border: none; font-size: 14px; }
.searchStyle input.searchButton{ vertical-align: top; height: 38px; border: none; background: #ff4b4f url('../images/icon-search.png') no-repeat center; }

.masterSearch .searchWrap{ padding: 61px 0 21px 128px; }
.masterSearch .searchStyle input.searchText{ width: 524px; }
.masterSearch .searchStyle input.searchButton{ width: 44px; }


.tjUl{ padding-left: 4.5%; padding-right: 4.5%; }
.tjUl li{ padding-top: 10px; padding-bottom: 5px; border-bottom: 1px solid #e8e8e8; }
.tjUl li.displayNone{ display: none; }

.tjUl span.biaoTi{ float: left; width: 70px; line-height: 26px; text-align: right; font-size: 14px; color: #222222; }
.tjUl .liRight{ float: right; width: 88.8%; }

.tjUl .tjNav{ float: left; }
.tjUl .tjNav span{ display: inline-block; vertical-align: top; font-size: 14px; color: #4f4f4f; padding: 3px 10px; margin-right: 8px; margin-bottom: 5px; cursor: pointer; 
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px; }
.tjUl .tjNav span:last-of-type{  }
.tjUl .tjNav span:hover{ color: #ff8487; }
.tjUl .tjNav span.active{ background: #ff6275; color: #FFF; }

.tjUl .cInpWrap{ float: left; padding-bottom: 5px; }
.tjUl .cInpWrap input.minInp ,.tjUl .cInpWrap input.maxInp{ border: 1px solid #e8e8e8; vertical-align: top; width: 68px; padding-left: 9px; padding-right: 9px; line-height: 24px; font-size: 14px; color: #4f4f4f;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px; }
/*
.tjUl .cInpWrap input.minInp:focus ,.tjUl .cInpWrap input.maxInp:focus{ border-color: #ff8487; }
*/
.tjUl .cInpWrap input.inpTextError{ border-color: #ff8487; }

.tjUl .cInpWrap input.maxInp{ margin-right: 6px; }
.tjUl .cInpWrap span.fuHao{ display: inline-block; vertical-align: top; line-height: 26px; font-size: 14px; color: #666666; padding-left: 6px; padding-right: 6px; }

.tjUl .cInpWrap input.startDate ,.tjUl .cInpWrap input.endDate{ border: 1px solid #e8e8e8; vertical-align: top; width: 80px; padding-left: 27px; padding-right: 9px; line-height: 24px; font-size: 14px; color: #4f4f4f; cursor: pointer;
background: #FFF url('../images/dateTimeIcon.png') no-repeat 8px center;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px; }
.tjUl .cInpWrap input.endDate{ margin-right: 6px; }

.tjUl .cInpWrap input.confirmButton{ width: 58px; height: 26px; border: none; background: #ff6275; font-size: 14px; color: #FFF; display: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px; }
.tjUl .cInpWrap input.confirmButton:disabled{ background: #fbfbfb; color: #7e7e7e; }




.tjUl .fansGcContent{ padding-bottom: 5px; }
.tjUl span.biaoTi2{ float: left; line-height: 26px; font-size: 14px; color: #4f4f4f; margin-right: 10px; }
.tjUl select.fansGender{ float: left; margin-right: 32px; }
.tjUl select.fansAge{ float: left; }
.tjUl select.fansGender ,.tjUl select.fansAge{ width: 106px; height: 26px; border: 1px solid #e8e8e8; color: #4f4f4f; }


