.pagePic{
  width: 100%; height: 250px; margin: 0 auto; padding: 0;
  background-position: center center; background-size: cover;
}

.content{ width: 100%; max-width: 890px; margin: 0 auto; padding: 25px 0; box-sizing: border-box;}
@media screen and (max-width: 1024px) {
  .content{ width: calc(100% - 20px);}
}
.content h2.titleBar{ margin: 30px 0; position: relative;
  text-align: center; color: #000; line-height: 130%;}
.content h2.titleBar span{ display: block;}
.content h2.titleBar span:before,
.content h2.titleBar span:after{ content: ''; width: calc(50% - 90px); height: 1px;
  position: absolute; top: 50%; background: rgba(0,0,0,0.5); align-items: center;
}
.content h2.titleBar span:before{ left: 0;}
.content h2.titleBar span:after{ right: 0;}
.dackBg h2.titleBar{ color: #fff;}
.dackBg h2.titleBar span:before,
.dackBg h2.titleBar span:after{ background: rgba(255,255,255,0.5);}

/* 線上賣車 */
.sellCar{ overflow: hidden;
  background-image: linear-gradient(to right,rgba(23, 33, 39, 0.75),  rgba(23, 33, 39, 0.1)),
                    url(../images/upload/sellcar_bg.jpg);
  background-position: center center;
  background-size: cover;
}
.sellCar .content{ padding: 20px; margin: 50px auto; color: #fff;
  background: rgba(0,0,0,0.5); border-radius: 5px; overflow: hidden;}
@media screen and (max-width: 1024px) {
  .sellCar{ background-attachment: fixed;}
  .sellCar .content{ width: calc(100% - 40px); margin: 30px auto;}
}

.sellCar h4{ position: relative; overflow: hidden;}
.sellCar h4 span{ width: 100%; font-size: 18px; font-weight: bold; color: #ffd712;}
.sellCar h4 span:after{ content: ""; display: block; float: left;
    position: relative; top: -10px; left: 300px;
    width: 70%; height: 1px; background: #fff;
}

.form-horizontal .form-group{ margin: 0;}
.form-horizontal .form-group .control-label{
  padding-top: 10px; text-align: left; font-size: 15px;}
.form-horizontal .checkbox-inline{ padding-top: 0; font-size: 15px;color:#fff}
.form-horizontal .checkbox-inline a{ color: #ffd712; text-decoration: underline;}
.btn-warning,.btn-warning:hover{ margin-top: 20px; color: #000; font-weight: bold;}
.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,
.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,
.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,
.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,
.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,
.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,
.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,
.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,
.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,
.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,
.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,
.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{
  padding: 5px 10px;}

@media screen and (max-width: 1024px) {
  .col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,
  .col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,
  .col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,
  .col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,
  .col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,
  .col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,
  .col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,
  .col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,
  .col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,
  .col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,
  .col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,
  .col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{
    padding: 5px 0 0 0;}
}

/* 縣市複選checkbox
.locationSelect{ margin: 0 auto; text-align: center;}
.locationSelect .area{ width: 100%; padding: 0; margin: 0; text-align: left;}
.locationSelect .area dt,.locationSelect .area dd{
  box-sizing: border-box;
vertical-align:top; zoom:1;
display:-moz-inline-stack; display:inline-block; *display:inline;
height:auto!important; height:24px; min-height:24px;
}
.locationSelect .area dt{ width: 80px; padding: 8px 0; margin-bottom: 3px;
  background: #2e353d; color: #fff; text-align: center; font-size: 16px;}
.locationSelect .area dd{ width: calc(100% - 85px); padding: 0;}
.locationSelect label{ width: 13.8%;}
.locationSelect input[type="checkbox"] {
  visibility: hidden; display: none; opacity: 0;
}
.locationSelect input[type="checkbox"] + span {
  width: 100%; display: inline-block; cursor: pointer;
  padding: 8px; text-align: center; color: #58595b;
  border: 1px solid #58595b; background: #fff;
}
.locationSelect input[type="checkbox"]:checked + span {
  color: #fff; background: #df0e0d; border-color: #df0e0d;
}
@media screen and (max-width: 768px) {
  .locationSelect .area{ width: 32%; display: inline-block;}
  .locationSelect .area dt,.locationSelect .area dd{ width: 100%;}
  .locationSelect label{ width: 100%;}
  .locationSelect input[type="checkbox"] + span { padding: 4px 8px;}
} */

/* popUp 視窗 */
.modal{ background: rgba(0,0,0,0.6);}
.modal .modal-content{ overflow: hidden; border-top: solid 8px #c90b0b;}
.modal button.close{ position: absolute; top: 12px; right: 12px; z-index: 50;}
.modal button.close span{ width: 30px; height: 30px; display: inline-block;
    border: solid 2px #666; border-radius: 50%; text-align: center; line-height: 22px;}

.modal .modal-body h4{ margin: 15px 0; font-size: 20px;}
.modal .modal-body h4 p{ float: right; display: inline-block; font-size: 14px;}
@media screen and (max-width: 768px) {
  .modal .modal-body h4 p{ float: none; margin-top: 8px; display: block;}
}

.modal .searchDealer{ margin-bottom: 30px; display: block; overflow: hidden;}
.modal .searchDealer .form-group .control-label:before{ content: ""; width: 2px; height: 15px; margin-right: 7px; display: inline-block; vertical-align: middle; background: #c90b0b;} 


/* popUp 選擇車商 */
.dealerList{ margin-top: 15px; padding-top: 15px; overflow: hidden;
   border-top: dotted 1px #ccc;}
.dealerList:last-of-type{ border-bottom: none; margin-bottom: 0;}
.dealerList .thePic{ width: 40%; float: left; position: relative;}
.dealerList .thePic img{ width: 100%;}
.dealerList .thePic label{ width: 100%; height: 100%;
  position: absolute; left: 0; top: 0; cursor: pointer;}
.dealerList .thePic input[type="checkbox"] {
  visibility: hidden; display: none; opacity: 0;
}
.dealerList .thePic input[type="checkbox"] + span {
  width: 36px; height: 36px; margin: 10px; display: inline-block;
  border: 3px solid #999; background: #fff;}
.dealerList .thePic input[type="checkbox"]:checked + span {
  border: none; background-image: url(../images/icon/check.png);}

.dealerList .buyCarDetailTitleText{ width: 58%;}

@media screen and (max-width: 768px) {
  .dealerList .thePic{ width: 100%; float: none;}
  .dealerList .buyCarDetailTitleText{ width: 100%;}
}

/* 線上收購介紹 */
.sellIntroduction{ background: #EDEDED;}
.sellIntroduction .content h2.titleBar span:before,
.sellIntroduction .content h2.titleBar span:after{ width: calc(50% - 150px);}
.sellIntroduction .row{ margin-bottom: 20px;}
.sellIntroduction .theInfo{ padding: 25px; color: #fff;
  border-radius: 5px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6),  rgba(0, 0, 0, 0.6)),
                    url(../images/upload/sellcar_pic01.jpg);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
.sellIntroduction .theInfo h3{ margin-top: 0; font-size: 18px; font-weight: bold;}
.sellIntroduction .theInfo p{ margin-bottom: 0;}
@media screen and (max-width: 1024px) {
  .sellIntroduction .theInfo{ margin: 0 15px;}
}

/* 據點查詢 */
.strongholdSearch{ width: 100%;
  background: url(../images/bgBuyDealer.jpg) no-repeat center center #172127;
  background-size: cover;}
.strongholdSearch .content h2.titleBar span:before,
.strongholdSearch .content h2.titleBar span:after{ width: calc(50% - 90px);}

.strongholdSearch .content .warning-wrap{ padding: 20px; background: rgba(0,0,0,0.25);}
.strongholdSearch .content .warning-wrap p{ margin-bottom: 0; color: #ffd712;}
.strongholdSearch .dealerRegionSelectType > p{ color: #fff;}
.strongholdSearch .btnDealerRegion input[type="checkbox"] + span{ padding: 4px;}
.strongholdSearch .dealerRegionSelecInput input{ width: 570px;}

@media screen and (max-width: 1200px) {
  .strongholdSearch .dealerRegionSelecInput{ width: 90%;}
  .strongholdSearch .dealerRegionSelecInput input{ width: 100%;}
}
