@charset "UTF-8";

.choose_account {
  background-image: url('../../img/acc_bg.png');
  background-repeat: repeat-x;
  background-color: #FFF;
}

.choose_account .ca_title {
  font-size: 34px;
  padding: 35px 0px 35px 48px;
  color: #373737;
}

.choose_account .ca_container {
  position: relative;
  height: 915px;
  width: 900px;
  margin: 0px auto;
  border: 1px solid #ececec;
  padding: 13px 0px 0px 13px;
}

.choose_account .ca_sub_container {
  position: relative;
  width: 886px;
  height: 873px;
}

.choose_account .ca_main_container {
  position: absolute;
  border: 1px solid #e1e1e1;
  top: 50px;
  width: 884px;
  height: 850px;
  background-image: url('../../img/acc_detail_background.png');
  background-repeat: repeat-x;
}

.choose_account .sweet_back {
  position: absolute;
  width: 883px;
  height: 93px;
  background-image: url('../../img/acc_sweet_back.png');
  top: 250px;
}

.choose_account .free_title_container {
  position: absolute;
  left: -1px;
  top: -51px;
  background-image: url('../../img/acc_free_detail_head.png');
  width: 272px;
  height: 88px;
}

.choose_account .free_title {
  position: absolute;
  left: 70px;
  top: 18px;
  font-size: 24px;
}

.choose_account .premium_title_container {
  position: absolute;
  top: -51px;
  right: -1px;
  background-image: url('../../img/acc_paid_detail_head.png');
  width: 213px;
  height: 88px;
  font-size: 20px;
}

.choose_account .premium_title {
  position: absolute;
  right: 34px;
  top: 17px;
  font-size: 24px;
}

.choose_account .corner {
  position: absolute;
  bottom: -15px;
}

.choose_account .corner_bl {
  left: -15px;
  background-image: url('../../img/acc_detail_corner_bl.png');
  width: 286px;
  height: 48px;
}

.choose_account .corner_br {
  right: -16px;
  background-image: url('../../img/acc_detail_corner_br.png');
  width: 54px;
  height: 54px;
}

.choose_account .free_container {
  position: absolute;
  border-left: 1px solid #e2e2e2;
  left: -1px;
  top: 37px;
}

.choose_account .premium_container_left {
  position: absolute;
  height: 785px;
  left: 272px;
  top: 0px;
  padding-top: 36px;
}

.choose_account .premium_container_right {
  position: absolute;
  height: 785px;
  right: 2px;
  top: 0px;
  padding-top: 36px;
}

.choose_account .premium_container_left ul {
  float: left;
  width: 308px;
}

.choose_account .premium_container_right ul {
  float: left;
  width: 305px;
}

.choose_account .premium_container_left ul li {
  overflow: hidden;
  height: 117px;
}

.choose_account .premium_container_right ul li {
  overflow: hidden;
  height: 117px;
}

.choose_account .premium_container_left ul li .icon {
  float: left;
  background-image: url('../../img/acc-choice.png');
}

.choose_account .premium_container_right ul li .icon {
  float: left;
  background-image: url('../../img/acc-choice.png');
}

.choose_account .free_container ul {
  float: left;
  background-color: #DBEFFE;
  width: 266px;
  height: 785px;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  margin-left: 3px;
}

.choose_account .free_container ul li {
  overflow: hidden;
  height: 117px;
}

.choose_account .free_container ul li .icon {
  float: left;
  background-image: url('../../img/acc-choice.png');
}

.choose_account ul li .box {
  position: relative;
}

.acc_bottom_bg {
  height: 36px;
  background-image: url('../../img/acc_bg_bottom.png');
  background-repeat: repeat-x;
  background-position: bottom;
  width: 100%;
}

.acc_bottom_break {
  width: 990px;
  height: 16px;
  margin: 0 auto;
}

.choose_account_button {
  width: 178px;
}

.choose_businnes_account_button {
  width: 278px;
}

.yellow_button {
  color: #000;
  cursor: pointer;
  font-size: 25px;
  background-color: transparent;
  border-color: transparent;
  border-width: 0;
  border-style: none;
  padding: 0;
}

.yellow_button .yellow_button_left {
  background-image: url('../../img/yellow-button-left.png');
  background-repeat: no-repeat;
  width: 8px;
  height: 41px;
  float: left;
}

.yellow_button .yellow_button_center {
  background-image: url('../../img/yellow-button-center.png');
  background-repeat: repeat-x;
  padding: 0 10px;
  height: 41px;
  line-height: 41px;
  float: left;
}

.yellow_button .yellow_button_right {
  background-image: url('../../img/yellow-button-right.png');
  background-repeat: no-repeat;
  width: 8px;
  height: 41px;
  float: left;
}