.tv-register-info {
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  padding: 0 35px;
  margin: 30px auto; }
  .tv-register-info .tv-register-detail {
    height: 640px; }
    .tv-register-info .tv-register-detail .tv-face-info {
      padding-top: 50px;
      padding-bottom: 50px; }
  .tv-register-info .tv-register-row {
    margin: 50px 70px 50px 30px; }
  .tv-register-info .tv-register-form {
    width: 500px;
    float: right; }
  .tv-register-info .tv-register-advert {
    float: left;
    width: 424px;
    height: 310px;
    position: relative;
    margin-top: 80px;
    background: url(../images/register1x.png) no-repeat;
    background-image: -webkit-image-set(url(../images/register1x.png) 1x, url(../images/register2x.png) 2x); }
  .tv-register-info .tv-advert-desc {
    width: 300px;
    text-align: center;
    position: absolute;
    left: 62px;
    top: 29px;
    color: #666;
    font-size: 22px; }
    .tv-register-info .tv-advert-desc h1 {
      font-size: 28px;
      margin: 0; }
      .tv-register-info .tv-advert-desc h1 span {
        font-size: 34px;
        display: block;
        color: #fb7b7a;
        padding-top: 10px; }
  .tv-register-info .control-action a {
    background: #f95f53;
    border-radius: 5px;
    color: #fff; }
  .tv-register-info .control-action img {
    cursor: pointer; }
